public static interface PutConfigurationSetTrackingOptionsRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<PutConfigurationSetTrackingOptionsRequest.Builder,PutConfigurationSetTrackingOptionsRequest>
Modifier and Type | Method and Description |
---|---|
PutConfigurationSetTrackingOptionsRequest.Builder |
configurationSetName(String configurationSetName)
The name of the configuration set.
|
PutConfigurationSetTrackingOptionsRequest.Builder |
customRedirectDomain(String customRedirectDomain)
The domain to use to track open and click events.
|
PutConfigurationSetTrackingOptionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutConfigurationSetTrackingOptionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
PutConfigurationSetTrackingOptionsRequest.Builder configurationSetName(String configurationSetName)
The name of the configuration set.
configurationSetName
- The name of the configuration set.PutConfigurationSetTrackingOptionsRequest.Builder customRedirectDomain(String customRedirectDomain)
The domain to use to track open and click events.
customRedirectDomain
- The domain to use to track open and click events.PutConfigurationSetTrackingOptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
PutConfigurationSetTrackingOptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.