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