Interface RequestSenderIdResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<RequestSenderIdResponse.Builder,RequestSenderIdResponse>,PinpointSmsVoiceV2Response.Builder,SdkBuilder<RequestSenderIdResponse.Builder,RequestSenderIdResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- RequestSenderIdResponse
public static interface RequestSenderIdResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<RequestSenderIdResponse.Builder,RequestSenderIdResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RequestSenderIdResponse.BuilderdeletionProtectionEnabled(Boolean deletionProtectionEnabled)By default this is set to false.RequestSenderIdResponse.BuilderisoCountryCode(String isoCountryCode)The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.RequestSenderIdResponse.BuildermessageTypes(Collection<MessageType> messageTypes)The type of message.RequestSenderIdResponse.BuildermessageTypes(MessageType... messageTypes)The type of message.RequestSenderIdResponse.BuildermessageTypesWithStrings(String... messageTypes)The type of message.RequestSenderIdResponse.BuildermessageTypesWithStrings(Collection<String> messageTypes)The type of message.RequestSenderIdResponse.BuildermonthlyLeasingPrice(String monthlyLeasingPrice)The monthly price, in US dollars, to lease the sender ID.RequestSenderIdResponse.Builderregistered(Boolean registered)True if the sender ID is registered.RequestSenderIdResponse.BuildersenderId(String senderId)The sender ID that was requested.RequestSenderIdResponse.BuildersenderIdArn(String senderIdArn)The Amazon Resource Name (ARN) associated with the SenderId.RequestSenderIdResponse.Buildertags(Collection<Tag> tags)An array of tags (key and value pairs) to associate with the sender ID.RequestSenderIdResponse.Buildertags(Consumer<Tag.Builder>... tags)An array of tags (key and value pairs) to associate with the sender ID.RequestSenderIdResponse.Buildertags(Tag... tags)An array of tags (key and value pairs) to associate with the sender ID.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.pinpointsmsvoicev2.model.PinpointSmsVoiceV2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
senderIdArn
RequestSenderIdResponse.Builder senderIdArn(String senderIdArn)
The Amazon Resource Name (ARN) associated with the SenderId.
- Parameters:
senderIdArn- The Amazon Resource Name (ARN) associated with the SenderId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
senderId
RequestSenderIdResponse.Builder senderId(String senderId)
The sender ID that was requested.
- Parameters:
senderId- The sender ID that was requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isoCountryCode
RequestSenderIdResponse.Builder isoCountryCode(String isoCountryCode)
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
- Parameters:
isoCountryCode- The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
messageTypesWithStrings
RequestSenderIdResponse.Builder messageTypesWithStrings(Collection<String> messageTypes)
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.
- Parameters:
messageTypes- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
messageTypesWithStrings
RequestSenderIdResponse.Builder messageTypesWithStrings(String... messageTypes)
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.
- Parameters:
messageTypes- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
messageTypes
RequestSenderIdResponse.Builder messageTypes(Collection<MessageType> messageTypes)
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.
- Parameters:
messageTypes- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
messageTypes
RequestSenderIdResponse.Builder messageTypes(MessageType... messageTypes)
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.
- Parameters:
messageTypes- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
monthlyLeasingPrice
RequestSenderIdResponse.Builder monthlyLeasingPrice(String monthlyLeasingPrice)
The monthly price, in US dollars, to lease the sender ID.
- Parameters:
monthlyLeasingPrice- The monthly price, in US dollars, to lease the sender ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deletionProtectionEnabled
RequestSenderIdResponse.Builder deletionProtectionEnabled(Boolean deletionProtectionEnabled)
By default this is set to false. When set to true the sender ID can't be deleted.
- Parameters:
deletionProtectionEnabled- By default this is set to false. When set to true the sender ID can't be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registered
RequestSenderIdResponse.Builder registered(Boolean registered)
True if the sender ID is registered.
- Parameters:
registered- True if the sender ID is registered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
RequestSenderIdResponse.Builder tags(Collection<Tag> tags)
An array of tags (key and value pairs) to associate with the sender ID.
- Parameters:
tags- An array of tags (key and value pairs) to associate with the sender ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
RequestSenderIdResponse.Builder tags(Tag... tags)
An array of tags (key and value pairs) to associate with the sender ID.
- Parameters:
tags- An array of tags (key and value pairs) to associate with the sender ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
RequestSenderIdResponse.Builder tags(Consumer<Tag.Builder>... tags)
An array of tags (key and value pairs) to associate with the sender ID.
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)
-
-