public static interface CreatePoolRequest.Builder extends PinpointSmsVoiceV2Request.Builder, SdkPojo, CopyableBuilder<CreatePoolRequest.Builder,CreatePoolRequest>
| Modifier and Type | Method and Description |
|---|---|
CreatePoolRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreatePoolRequest.Builder |
deletionProtectionEnabled(Boolean deletionProtectionEnabled)
By default this is set to false.
|
CreatePoolRequest.Builder |
isoCountryCode(String isoCountryCode)
The new two-character code, in ISO 3166-1 alpha-2 format, for the country or region of the new pool.
|
CreatePoolRequest.Builder |
messageType(MessageType messageType)
The type of message.
|
CreatePoolRequest.Builder |
messageType(String messageType)
The type of message.
|
CreatePoolRequest.Builder |
originationIdentity(String originationIdentity)
The origination identity to use such as a PhoneNumberId, PhoneNumberArn, SenderId or SenderIdArn.
|
CreatePoolRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreatePoolRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreatePoolRequest.Builder |
tags(Collection<Tag> tags)
An array of tags (key and value pairs) associated with the pool.
|
CreatePoolRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
An array of tags (key and value pairs) associated with the pool.
|
CreatePoolRequest.Builder |
tags(Tag... tags)
An array of tags (key and value pairs) associated with the pool.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreatePoolRequest.Builder originationIdentity(String originationIdentity)
The origination identity to use such as a PhoneNumberId, PhoneNumberArn, SenderId or SenderIdArn. You can use DescribePhoneNumbers to find the values for PhoneNumberId and PhoneNumberArn while DescribeSenderIds can be used to get the values for SenderId and SenderIdArn.
originationIdentity - The origination identity to use such as a PhoneNumberId, PhoneNumberArn, SenderId or SenderIdArn. You
can use DescribePhoneNumbers to find the values for PhoneNumberId and PhoneNumberArn while
DescribeSenderIds can be used to get the values for SenderId and SenderIdArn.CreatePoolRequest.Builder isoCountryCode(String isoCountryCode)
The new two-character code, in ISO 3166-1 alpha-2 format, for the country or region of the new pool.
isoCountryCode - The new two-character code, in ISO 3166-1 alpha-2 format, for the country or region of the new pool.CreatePoolRequest.Builder messageType(String messageType)
The type of message. Valid values are TRANSACTIONAL for messages that are critical or time-sensitive and PROMOTIONAL for messages that aren't critical or time-sensitive.
messageType - The type of message. Valid values are TRANSACTIONAL for messages that are critical or time-sensitive
and PROMOTIONAL for messages that aren't critical or time-sensitive.MessageType,
MessageTypeCreatePoolRequest.Builder messageType(MessageType messageType)
The type of message. Valid values are TRANSACTIONAL for messages that are critical or time-sensitive and PROMOTIONAL for messages that aren't critical or time-sensitive.
messageType - The type of message. Valid values are TRANSACTIONAL for messages that are critical or time-sensitive
and PROMOTIONAL for messages that aren't critical or time-sensitive.MessageType,
MessageTypeCreatePoolRequest.Builder deletionProtectionEnabled(Boolean deletionProtectionEnabled)
By default this is set to false. When set to true the pool can't be deleted. You can change this value using the UpdatePool action.
deletionProtectionEnabled - By default this is set to false. When set to true the pool can't be deleted. You can change this value
using the UpdatePool action.CreatePoolRequest.Builder tags(Collection<Tag> tags)
An array of tags (key and value pairs) associated with the pool.
tags - An array of tags (key and value pairs) associated with the pool.CreatePoolRequest.Builder tags(Tag... tags)
An array of tags (key and value pairs) associated with the pool.
tags - An array of tags (key and value pairs) associated with the pool.CreatePoolRequest.Builder tags(Consumer<Tag.Builder>... tags)
An array of tags (key and value pairs) associated with the pool.
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) CreatePoolRequest.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.CreatePoolRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreatePoolRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.