Interface ConfigurationOverrides.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ConfigurationOverrides.Builder,,ConfigurationOverrides> SdkBuilder<ConfigurationOverrides.Builder,,ConfigurationOverrides> SdkPojo
- Enclosing class:
ConfigurationOverrides
@Mutable
@NotThreadSafe
public static interface ConfigurationOverrides.Builder
extends SdkPojo, CopyableBuilder<ConfigurationOverrides.Builder,ConfigurationOverrides>
-
Method Summary
Modifier and TypeMethodDescriptiondefault ConfigurationOverrides.BuilderAn object that overrides the open and click tracking settings that would otherwise apply to the message.tracking(TrackingConfigurationOverrides tracking) An object that overrides the open and click tracking settings that would otherwise apply to the message.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
tracking
An object that overrides the open and click tracking settings that would otherwise apply to the message.
- Parameters:
tracking- An object that overrides the open and click tracking settings that would otherwise apply to the message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tracking
default ConfigurationOverrides.Builder tracking(Consumer<TrackingConfigurationOverrides.Builder> tracking) An object that overrides the open and click tracking settings that would otherwise apply to the message.
This is a convenience method that creates an instance of theTrackingConfigurationOverrides.Builderavoiding the need to create one manually viaTrackingConfigurationOverrides.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totracking(TrackingConfigurationOverrides).- Parameters:
tracking- a consumer that will call methods onTrackingConfigurationOverrides.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-