public static interface CreateConfigurationSetTrackingOptionsRequest.Builder extends SESRequest.Builder, CopyableBuilder<CreateConfigurationSetTrackingOptionsRequest.Builder,CreateConfigurationSetTrackingOptionsRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateConfigurationSetTrackingOptionsRequest.Builder |
configurationSetName(String configurationSetName)
The name of the configuration set that the tracking options should be associated with.
|
CreateConfigurationSetTrackingOptionsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
default CreateConfigurationSetTrackingOptionsRequest.Builder |
trackingOptions(Consumer<TrackingOptions.Builder> trackingOptions)
Sets the value of the TrackingOptions property for this object.
|
CreateConfigurationSetTrackingOptionsRequest.Builder |
trackingOptions(TrackingOptions trackingOptions)
Sets the value of the TrackingOptions property for this object.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.