public static interface PutConfigurationSetTrackingOptionsRequest.Builder extends PinpointEmailRequest.Builder, SdkPojo, CopyableBuilder<PutConfigurationSetTrackingOptionsRequest.Builder,PutConfigurationSetTrackingOptionsRequest>
Modifier and Type | Method and Description |
---|---|
PutConfigurationSetTrackingOptionsRequest.Builder |
configurationSetName(String configurationSetName)
The name of the configuration set that you want to add a custom tracking domain to.
|
PutConfigurationSetTrackingOptionsRequest.Builder |
customRedirectDomain(String customRedirectDomain)
The domain that you want to use to track open and click events.
|
PutConfigurationSetTrackingOptionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
PutConfigurationSetTrackingOptionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
PutConfigurationSetTrackingOptionsRequest.Builder configurationSetName(String configurationSetName)
The name of the configuration set that you want to add a custom tracking domain to.
configurationSetName
- The name of the configuration set that you want to add a custom tracking domain to.PutConfigurationSetTrackingOptionsRequest.Builder customRedirectDomain(String customRedirectDomain)
The domain that you want to use to track open and click events.
customRedirectDomain
- The domain that you want to use to track open and click events.PutConfigurationSetTrackingOptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.PutConfigurationSetTrackingOptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.