Interface CreateConfigurationSetTrackingOptionsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreateConfigurationSetTrackingOptionsRequest.Builder,,- CreateConfigurationSetTrackingOptionsRequest> - SdkBuilder<CreateConfigurationSetTrackingOptionsRequest.Builder,,- CreateConfigurationSetTrackingOptionsRequest> - SdkPojo,- SdkRequest.Builder,- SesRequest.Builder
- Enclosing class:
- CreateConfigurationSetTrackingOptionsRequest
@Mutable
@NotThreadSafe
public static interface CreateConfigurationSetTrackingOptionsRequest.Builder
extends SesRequest.Builder, SdkPojo, CopyableBuilder<CreateConfigurationSetTrackingOptionsRequest.Builder,CreateConfigurationSetTrackingOptionsRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionconfigurationSetName(String configurationSetName) The name of the configuration set that the tracking options should be associated with.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.trackingOptions(Consumer<TrackingOptions.Builder> trackingOptions) Sets the value of the TrackingOptions property for this object.trackingOptions(TrackingOptions trackingOptions) Sets the value of the TrackingOptions property for this object.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.ses.model.SesRequest.Builderbuild
- 
Method Details- 
configurationSetNameCreateConfigurationSetTrackingOptionsRequest.Builder configurationSetName(String configurationSetName) The name of the configuration set that the tracking options should be associated with. - Parameters:
- configurationSetName- The name of the configuration set that the tracking options should be associated with.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
trackingOptionsCreateConfigurationSetTrackingOptionsRequest.Builder trackingOptions(TrackingOptions trackingOptions) Sets the value of the TrackingOptions property for this object.- Parameters:
- trackingOptions- The new value for the TrackingOptions property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
trackingOptionsdefault CreateConfigurationSetTrackingOptionsRequest.Builder trackingOptions(Consumer<TrackingOptions.Builder> trackingOptions) Sets the value of the TrackingOptions property for this object. This is a convenience method that creates an instance of theTrackingOptions.Builderavoiding the need to create one manually viaTrackingOptions.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totrackingOptions(TrackingOptions).- Parameters:
- trackingOptions- a consumer that will call methods on- TrackingOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationCreateConfigurationSetTrackingOptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateConfigurationSetTrackingOptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-