Interface SenderIdInformation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SenderIdInformation.Builder,
,SenderIdInformation> SdkBuilder<SenderIdInformation.Builder,
,SenderIdInformation> SdkPojo
- Enclosing class:
SenderIdInformation
-
Method Summary
Modifier and TypeMethodDescriptionisoCountryCode
(String isoCountryCode) The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.messageTypes
(Collection<MessageType> messageTypes) The type of message.messageTypes
(MessageType... messageTypes) The type of message.messageTypesWithStrings
(String... messageTypes) The type of message.messageTypesWithStrings
(Collection<String> messageTypes) The type of message.monthlyLeasingPrice
(String monthlyLeasingPrice) The monthly leasing price, in US dollars.The alphanumeric sender ID in a specific country that you'd like to describe.senderIdArn
(String senderIdArn) The Amazon Resource Name (ARN) associated with the SenderId.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
The alphanumeric sender ID in a specific country that you'd like to describe.
- Parameters:
senderId
- The alphanumeric sender ID in a specific country that you'd like to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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
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
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
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
The monthly leasing price, in US dollars.
- Parameters:
monthlyLeasingPrice
- The monthly leasing price, in US dollars.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-