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.
|
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. |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
PutConfigurationSetReputationOptionsRequest.Builder configurationSetName(String configurationSetName)
The name of the configuration set.
configurationSetName
- The name of the configuration set.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.Builder
PutConfigurationSetReputationOptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.