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.
|
buildrequestOverrideConfigcopyapply, buildUpdateConfigurationSetReputationMetricsEnabledRequest.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.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateConfigurationSetReputationMetricsEnabledRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.