public static final class ModifyCloudAssistantSettingsRequest.AgentUpgradeConfig.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
ModifyCloudAssistantSettingsRequest.AgentUpgradeConfig.Builder |
allowedUpgradeWindow(List<String> allowedUpgradeWindow)
The time windows during which Cloud Assistant Agent can be upgraded.
|
ModifyCloudAssistantSettingsRequest.AgentUpgradeConfig |
build() |
ModifyCloudAssistantSettingsRequest.AgentUpgradeConfig.Builder |
enabled(Boolean enabled)
Specifies whether to enable custom upgrade for Cloud Assistant Agent.
|
ModifyCloudAssistantSettingsRequest.AgentUpgradeConfig.Builder |
timeZone(String timeZone)
The time zone of the time windows.
|
public ModifyCloudAssistantSettingsRequest.AgentUpgradeConfig.Builder allowedUpgradeWindow(List<String> allowedUpgradeWindow)
Make sure that the upgrade windows specified by this parameter are not shorter than 1 hour.
Specify each upgrade window in the following format: \
public ModifyCloudAssistantSettingsRequest.AgentUpgradeConfig.Builder enabled(Boolean enabled)
Default value: false.
public ModifyCloudAssistantSettingsRequest.AgentUpgradeConfig.Builder timeZone(String timeZone)
* The time zone name. Examples: Asia/Shanghai and America/Los_Angeles. * The time offset from GMT. Examples: GMT+8:00 (UTC+8) and GMT-7:00 (UTC-7). You cannot add leading zeros to the hour value.
public ModifyCloudAssistantSettingsRequest.AgentUpgradeConfig build()
Copyright © 2024. All rights reserved.