public static interface UpdateConfigurationSetTrackingOptionsRequest.Builder extends SESRequest.Builder, CopyableBuilder<UpdateConfigurationSetTrackingOptionsRequest.Builder,UpdateConfigurationSetTrackingOptionsRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateConfigurationSetTrackingOptionsRequest.Builder |
configurationSetName(String configurationSetName)
The name of the configuration set for which you want to update the custom tracking domain.
|
UpdateConfigurationSetTrackingOptionsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
default UpdateConfigurationSetTrackingOptionsRequest.Builder |
trackingOptions(Consumer<TrackingOptions.Builder> trackingOptions)
Sets the value of the TrackingOptions property for this object.
|
UpdateConfigurationSetTrackingOptionsRequest.Builder |
trackingOptions(TrackingOptions trackingOptions)
Sets the value of the TrackingOptions property for this object.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildUpdateConfigurationSetTrackingOptionsRequest.Builder configurationSetName(String configurationSetName)
The name of the configuration set for which you want to update the custom tracking domain.
configurationSetName - The name of the configuration set for which you want to update the custom tracking domain.UpdateConfigurationSetTrackingOptionsRequest.Builder trackingOptions(TrackingOptions trackingOptions)
trackingOptions - The new value for the TrackingOptions property for this object.default UpdateConfigurationSetTrackingOptionsRequest.Builder trackingOptions(Consumer<TrackingOptions.Builder> trackingOptions)
TrackingOptions.Builder avoiding the need to
create one manually via TrackingOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to trackingOptions(TrackingOptions).trackingOptions - a consumer that will call methods on TrackingOptions.BuildertrackingOptions(TrackingOptions)UpdateConfigurationSetTrackingOptionsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.