Interface CreateOptOutListRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateOptOutListRequest.Builder,CreateOptOutListRequest>,PinpointSmsVoiceV2Request.Builder,SdkBuilder<CreateOptOutListRequest.Builder,CreateOptOutListRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateOptOutListRequest
public static interface CreateOptOutListRequest.Builder extends PinpointSmsVoiceV2Request.Builder, SdkPojo, CopyableBuilder<CreateOptOutListRequest.Builder,CreateOptOutListRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateOptOutListRequest.BuilderclientToken(String clientToken)Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateOptOutListRequest.BuilderoptOutListName(String optOutListName)The name of the new OptOutList.CreateOptOutListRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateOptOutListRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateOptOutListRequest.Buildertags(Collection<Tag> tags)An array of tags (key and value pairs) to associate with the new OptOutList.CreateOptOutListRequest.Buildertags(Consumer<Tag.Builder>... tags)An array of tags (key and value pairs) to associate with the new OptOutList.CreateOptOutListRequest.Buildertags(Tag... tags)An array of tags (key and value pairs) to associate with the new OptOutList.-
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.services.pinpointsmsvoicev2.model.PinpointSmsVoiceV2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
optOutListName
CreateOptOutListRequest.Builder optOutListName(String optOutListName)
The name of the new OptOutList.
- Parameters:
optOutListName- The name of the new OptOutList.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateOptOutListRequest.Builder tags(Collection<Tag> tags)
An array of tags (key and value pairs) to associate with the new OptOutList.
- Parameters:
tags- An array of tags (key and value pairs) to associate with the new OptOutList.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateOptOutListRequest.Builder tags(Tag... tags)
An array of tags (key and value pairs) to associate with the new OptOutList.
- Parameters:
tags- An array of tags (key and value pairs) to associate with the new OptOutList.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateOptOutListRequest.Builder tags(Consumer<Tag.Builder>... tags)
An array of tags (key and value pairs) to associate with the new OptOutList.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
clientToken
CreateOptOutListRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, a randomly generated token is used for the request to ensure idempotency.
- Parameters:
clientToken- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, a randomly generated token is used for the request to ensure idempotency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateOptOutListRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateOptOutListRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-