public static interface PutConfigurationSetReputationOptionsRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<PutConfigurationSetReputationOptionsRequest.Builder,PutConfigurationSetReputationOptionsRequest>
| Modifier and Type | Method and Description |
|---|---|
PutConfigurationSetReputationOptionsRequest.Builder |
configurationSetName(String configurationSetName)
The name of the configuration set that you want to enable or disable reputation metric tracking for.
|
PutConfigurationSetReputationOptionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutConfigurationSetReputationOptionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutConfigurationSetReputationOptionsRequest.Builder |
reputationMetricsEnabled(Boolean reputationMetricsEnabled)
If
true, tracking of reputation metrics is enabled for the configuration set. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutConfigurationSetReputationOptionsRequest.Builder configurationSetName(String configurationSetName)
The name of the configuration set that you want to enable or disable reputation metric tracking for.
configurationSetName - The name of the configuration set that you want to enable or disable reputation metric tracking for.PutConfigurationSetReputationOptionsRequest.Builder reputationMetricsEnabled(Boolean reputationMetricsEnabled)
If true, tracking of reputation metrics is enabled for the configuration set. If
false, tracking of reputation metrics is disabled for the configuration set.
reputationMetricsEnabled - If true, tracking of reputation metrics is enabled for the configuration set. If
false, tracking of reputation metrics is disabled for the configuration set.PutConfigurationSetReputationOptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutConfigurationSetReputationOptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.