public static interface UpdateConfigurationSetReputationMetricsEnabledRequest.Builder extends SesRequest.Builder, SdkPojo, CopyableBuilder<UpdateConfigurationSetReputationMetricsEnabledRequest.Builder,UpdateConfigurationSetReputationMetricsEnabledRequest>
Modifier and Type | Method and Description |
---|---|
UpdateConfigurationSetReputationMetricsEnabledRequest.Builder |
configurationSetName(String configurationSetName)
The name of the configuration set that you want to update.
|
UpdateConfigurationSetReputationMetricsEnabledRequest.Builder |
enabled(Boolean enabled)
Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce
and complaint rates, to Amazon CloudWatch.
|
UpdateConfigurationSetReputationMetricsEnabledRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateConfigurationSetReputationMetricsEnabledRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateConfigurationSetReputationMetricsEnabledRequest.Builder configurationSetName(String configurationSetName)
The name of the configuration set that you want to update.
configurationSetName
- The name of the configuration set that you want to update.UpdateConfigurationSetReputationMetricsEnabledRequest.Builder enabled(Boolean enabled)
Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.
enabled
- Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as
bounce and complaint rates, to Amazon CloudWatch.UpdateConfigurationSetReputationMetricsEnabledRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
UpdateConfigurationSetReputationMetricsEnabledRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.