Interface CreateConfigurationSetRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateConfigurationSetRequest.Builder,
,CreateConfigurationSetRequest> PinpointSmsVoiceV2Request.Builder
,SdkBuilder<CreateConfigurationSetRequest.Builder,
,CreateConfigurationSetRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateConfigurationSetRequest
@Mutable
@NotThreadSafe
public static interface CreateConfigurationSetRequest.Builder
extends PinpointSmsVoiceV2Request.Builder, SdkPojo, CopyableBuilder<CreateConfigurationSetRequest.Builder,CreateConfigurationSetRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.configurationSetName
(String configurationSetName) The name to use for the new configuration set.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tags
(Collection<Tag> tags) An array of key and value pair tags that's associated with the new configuration set.tags
(Consumer<Tag.Builder>... tags) An array of key and value pair tags that's associated with the new configuration set.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- 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:
-
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) 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
CreateConfigurationSetRequest.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.
-