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