Interface RegistrationAssociationMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RegistrationAssociationMetadata.Builder,RegistrationAssociationMetadata>,SdkBuilder<RegistrationAssociationMetadata.Builder,RegistrationAssociationMetadata>,SdkPojo
- Enclosing class:
- RegistrationAssociationMetadata
public static interface RegistrationAssociationMetadata.Builder extends SdkPojo, CopyableBuilder<RegistrationAssociationMetadata.Builder,RegistrationAssociationMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistrationAssociationMetadata.BuilderisoCountryCode(String isoCountryCode)The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.RegistrationAssociationMetadata.BuilderphoneNumber(String phoneNumber)The phone number associated with the registration in E.164 format.RegistrationAssociationMetadata.BuilderresourceArn(String resourceArn)The Amazon Resource Name (ARN) of the origination identity that is associated with the registration.RegistrationAssociationMetadata.BuilderresourceId(String resourceId)The unique identifier for the origination identity.RegistrationAssociationMetadata.BuilderresourceType(String resourceType)The origination identity type.-
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
-
resourceArn
RegistrationAssociationMetadata.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the origination identity that is associated with the registration.
- Parameters:
resourceArn- The Amazon Resource Name (ARN) of the origination identity that is associated with the registration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceId
RegistrationAssociationMetadata.Builder resourceId(String resourceId)
The unique identifier for the origination identity. For example this could be a PhoneNumberId or SenderId.
- Parameters:
resourceId- The unique identifier for the origination identity. For example this could be a PhoneNumberId or SenderId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
RegistrationAssociationMetadata.Builder resourceType(String resourceType)
The origination identity type.
- Parameters:
resourceType- The origination identity type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isoCountryCode
RegistrationAssociationMetadata.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.
-
phoneNumber
RegistrationAssociationMetadata.Builder phoneNumber(String phoneNumber)
The phone number associated with the registration in E.164 format.
- Parameters:
phoneNumber- The phone number associated with the registration in E.164 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-