Interface CreateConfigurationSetTrackingOptionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateConfigurationSetTrackingOptionsRequest.Builder,
,CreateConfigurationSetTrackingOptionsRequest> SdkBuilder<CreateConfigurationSetTrackingOptionsRequest.Builder,
,CreateConfigurationSetTrackingOptionsRequest> SdkPojo
,SdkRequest.Builder
,SesRequest.Builder
- Enclosing class:
CreateConfigurationSetTrackingOptionsRequest
public static interface CreateConfigurationSetTrackingOptionsRequest.Builder
extends SesRequest.Builder, SdkPojo, CopyableBuilder<CreateConfigurationSetTrackingOptionsRequest.Builder,CreateConfigurationSetTrackingOptionsRequest>
-
Method Summary
Modifier 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.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.services.ses.model.SesRequest.Builder
build
-
Method Details
-
configurationSetName
CreateConfigurationSetTrackingOptionsRequest.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.
-
trackingOptions
CreateConfigurationSetTrackingOptionsRequest.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.
-
trackingOptions
default 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.Builder
avoiding the need to create one manually viaTrackingOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totrackingOptions(TrackingOptions)
.- Parameters:
trackingOptions
- a consumer that will call methods onTrackingOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateConfigurationSetTrackingOptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateConfigurationSetTrackingOptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-