public static interface UpdateConfigurationSetReputationMetricsEnabledRequest.Builder extends SesRequest.Builder, 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)
Add an optional request override configuration.
|
UpdateConfigurationSetReputationMetricsEnabledRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateConfigurationSetReputationMetricsEnabledRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.