public static interface CreateConfigurationSetTrackingOptionsRequest.Builder extends SESRequest.Builder, CopyableBuilder<CreateConfigurationSetTrackingOptionsRequest.Builder,CreateConfigurationSetTrackingOptionsRequest>
buildrequestOverrideConfigcopyapply, buildCreateConfigurationSetTrackingOptionsRequest.Builder configurationSetName(String configurationSetName)
The name of the configuration set that the tracking options should be associated with.
configurationSetName - The name of the configuration set that the tracking options should be associated with.CreateConfigurationSetTrackingOptionsRequest.Builder trackingOptions(TrackingOptions trackingOptions)
trackingOptions - The new value for the TrackingOptions property for this object.default CreateConfigurationSetTrackingOptionsRequest.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)CreateConfigurationSetTrackingOptionsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CreateConfigurationSetTrackingOptionsRequest.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.