public static interface UpdateServiceSettingRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<UpdateServiceSettingRequest.Builder,UpdateServiceSettingRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateServiceSettingRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateServiceSettingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateServiceSettingRequest.Builder |
settingId(String settingId)
The Amazon Resource Name (ARN) of the service setting to reset.
|
UpdateServiceSettingRequest.Builder |
settingValue(String settingValue)
The new value to specify for the service setting.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateServiceSettingRequest.Builder settingId(String settingId)
The Amazon Resource Name (ARN) of the service setting to reset. For example,
arn:aws:ssm:us-east-1:111122223333:servicesetting/ssm/parameter-store/high-throughput-enabled.
The setting ID can be one of the following.
/ssm/automation/customer-script-log-destination
/ssm/automation/customer-script-log-group-name
/ssm/documents/console/public-sharing-permission
/ssm/parameter-store/default-parameter-tier
/ssm/parameter-store/high-throughput-enabled
/ssm/managed-instance/activation-tier
settingId - The Amazon Resource Name (ARN) of the service setting to reset. For example,
arn:aws:ssm:us-east-1:111122223333:servicesetting/ssm/parameter-store/high-throughput-enabled
. The setting ID can be one of the following.
/ssm/automation/customer-script-log-destination
/ssm/automation/customer-script-log-group-name
/ssm/documents/console/public-sharing-permission
/ssm/parameter-store/default-parameter-tier
/ssm/parameter-store/high-throughput-enabled
/ssm/managed-instance/activation-tier
UpdateServiceSettingRequest.Builder settingValue(String settingValue)
The new value to specify for the service setting. For the
/ssm/parameter-store/default-parameter-tier setting ID, the setting value can be one of the
following.
Standard
Advanced
Intelligent-Tiering
For the /ssm/parameter-store/high-throughput-enabled, and
/ssm/managed-instance/activation-tier setting IDs, the setting value can be true or false.
For the /ssm/automation/customer-script-log-destination setting ID, the setting value can be
CloudWatch.
For the /ssm/automation/customer-script-log-group-name setting ID, the setting value can be the
name of an Amazon CloudWatch Logs log group.
For the /ssm/documents/console/public-sharing-permission setting ID, the setting value can be
Enable or Disable.
settingValue - The new value to specify for the service setting. For the
/ssm/parameter-store/default-parameter-tier setting ID, the setting value can be one of
the following.
Standard
Advanced
Intelligent-Tiering
For the /ssm/parameter-store/high-throughput-enabled, and
/ssm/managed-instance/activation-tier setting IDs, the setting value can be true or
false.
For the /ssm/automation/customer-script-log-destination setting ID, the setting value can
be CloudWatch.
For the /ssm/automation/customer-script-log-group-name setting ID, the setting value can
be the name of an Amazon CloudWatch Logs log group.
For the /ssm/documents/console/public-sharing-permission setting ID, the setting value
can be Enable or Disable.
UpdateServiceSettingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateServiceSettingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.