Interface SenderIdAndCountry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SenderIdAndCountry.Builder,SenderIdAndCountry>,SdkBuilder<SenderIdAndCountry.Builder,SenderIdAndCountry>,SdkPojo
- Enclosing class:
- SenderIdAndCountry
public static interface SenderIdAndCountry.Builder extends SdkPojo, CopyableBuilder<SenderIdAndCountry.Builder,SenderIdAndCountry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SenderIdAndCountry.BuilderisoCountryCode(String isoCountryCode)The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.SenderIdAndCountry.BuildersenderId(String senderId)The unique identifier of the sender.-
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 Detail
-
senderId
SenderIdAndCountry.Builder senderId(String senderId)
The unique identifier of the sender.
- Parameters:
senderId- The unique identifier of the sender.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isoCountryCode
SenderIdAndCountry.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.
-
-