public static interface CreateConfigurationSetRequest.Builder extends PinpointSmsVoiceV2Request.Builder, SdkPojo, CopyableBuilder<CreateConfigurationSetRequest.Builder,CreateConfigurationSetRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateConfigurationSetRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateConfigurationSetRequest.Builder |
configurationSetName(String configurationSetName)
The name to use for the new configuration set.
|
CreateConfigurationSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateConfigurationSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateConfigurationSetRequest.Builder |
tags(Collection<Tag> tags)
An array of key and value pair tags that's associated with the new configuration set.
|
CreateConfigurationSetRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
An array of key and value pair tags that's associated with the new configuration set.
|
CreateConfigurationSetRequest.Builder |
tags(Tag... tags)
An array of key and value pair tags that's associated with the new configuration set.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateConfigurationSetRequest.Builder configurationSetName(String configurationSetName)
The name to use for the new configuration set.
configurationSetName - The name to use for the new configuration set.CreateConfigurationSetRequest.Builder tags(Collection<Tag> tags)
An array of key and value pair tags that's associated with the new configuration set.
tags - An array of key and value pair tags that's associated with the new configuration set.CreateConfigurationSetRequest.Builder tags(Tag... tags)
An array of key and value pair tags that's associated with the new configuration set.
tags - An array of key and value pair tags that's associated with the new configuration set.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.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) 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.
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.CreateConfigurationSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateConfigurationSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.