public static interface UpdateConfigurationSetTrackingOptionsRequest.Builder extends SESRequest.Builder, CopyableBuilder<UpdateConfigurationSetTrackingOptionsRequest.Builder,UpdateConfigurationSetTrackingOptionsRequest>
buildrequestOverrideConfigcopyapply, 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.UpdateConfigurationSetTrackingOptionsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.