Interface CreateConfigurationSetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateConfigurationSetRequest.Builder,CreateConfigurationSetRequest>,PinpointSmsVoiceV2Request.Builder,SdkBuilder<CreateConfigurationSetRequest.Builder,CreateConfigurationSetRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateConfigurationSetRequest
public static interface CreateConfigurationSetRequest.Builder extends PinpointSmsVoiceV2Request.Builder, SdkPojo, CopyableBuilder<CreateConfigurationSetRequest.Builder,CreateConfigurationSetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateConfigurationSetRequest.BuilderclientToken(String clientToken)Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateConfigurationSetRequest.BuilderconfigurationSetName(String configurationSetName)The name to use for the new configuration set.CreateConfigurationSetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateConfigurationSetRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateConfigurationSetRequest.Buildertags(Collection<Tag> tags)An array of key and value pair tags that's associated with the new configuration set.CreateConfigurationSetRequest.Buildertags(Consumer<Tag.Builder>... tags)An array of key and value pair tags that's associated with the new configuration set.CreateConfigurationSetRequest.Buildertags(Tag... tags)An array of key and value pair tags that's associated with the new configuration set.-
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
-
configurationSetName
CreateConfigurationSetRequest.Builder configurationSetName(String configurationSetName)
The name to use for the new configuration set.
- Parameters:
configurationSetName- The name to use for the new configuration set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateConfigurationSetRequest.Builder tags(Collection<Tag> tags)
An array of key and value pair tags that's associated with the new configuration set.
- Parameters:
tags- An array of key and value pair tags that's associated with the new configuration set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateConfigurationSetRequest.Builder tags(Tag... tags)
An array of key and value pair tags that's associated with the new configuration set.
- Parameters:
tags- An array of key and value pair tags that's associated with the new configuration set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateConfigurationSetRequest.Builder tags(Consumer<Tag.Builder>... tags)
An array of key and value pair tags that's associated with the new configuration set.
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
CreateConfigurationSetRequest.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
CreateConfigurationSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateConfigurationSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-