Interface DeleteRegistrationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteRegistrationResponse.Builder,
,DeleteRegistrationResponse> PinpointSmsVoiceV2Response.Builder
,SdkBuilder<DeleteRegistrationResponse.Builder,
,DeleteRegistrationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeleteRegistrationResponse
-
Method Summary
Modifier and TypeMethodDescriptionadditionalAttributes
(Map<String, String> additionalAttributes) Metadata about a given registration which is specific to that registration type.approvedVersionNumber
(Long approvedVersionNumber) The version number of the registration that was approved.createdTimestamp
(Instant createdTimestamp) The time when the registration was created, in UNIX epoch time format.currentVersionNumber
(Long currentVersionNumber) The current version number of the registration.latestDeniedVersionNumber
(Long latestDeniedVersionNumber) The latest version number of the registration that was denied.registrationArn
(String registrationArn) The Amazon Resource Name (ARN) for the registration.registrationId
(String registrationId) The unique identifier for the registration.registrationStatus
(String registrationStatus) The status of the registration.registrationStatus
(RegistrationStatus registrationStatus) The status of the registration.registrationType
(String registrationType) The type of registration form.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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
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.
-
registrationStatus
The status of the registration.
-
CLOSED
: The phone number or sender ID has been deleted and you must also delete the registration for the number. -
CREATED
: Your registration is created but not submitted. -
COMPLETE
: Your registration has been approved and your origination identity has been created. -
DELETED
: The registration has been deleted. -
PROVISIONING
: Your registration has been approved and your origination identity is being created. -
REQUIRES_AUTHENTICATION
: You need to complete email authentication. -
REQUIRES_UPDATES
: You must fix your registration and resubmit it. -
REVIEWING
: Your registration has been accepted and is being reviewed. -
SUBMITTED
: Your registration has been submitted and is awaiting review.
- Parameters:
registrationStatus
- The status of the registration.-
CLOSED
: The phone number or sender ID has been deleted and you must also delete the registration for the number. -
CREATED
: Your registration is created but not submitted. -
COMPLETE
: Your registration has been approved and your origination identity has been created. -
DELETED
: The registration has been deleted. -
PROVISIONING
: Your registration has been approved and your origination identity is being created. -
REQUIRES_AUTHENTICATION
: You need to complete email authentication. -
REQUIRES_UPDATES
: You must fix your registration and resubmit it. -
REVIEWING
: Your registration has been accepted and is being reviewed. -
SUBMITTED
: Your registration has been submitted and is awaiting review.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
registrationStatus
The status of the registration.
-
CLOSED
: The phone number or sender ID has been deleted and you must also delete the registration for the number. -
CREATED
: Your registration is created but not submitted. -
COMPLETE
: Your registration has been approved and your origination identity has been created. -
DELETED
: The registration has been deleted. -
PROVISIONING
: Your registration has been approved and your origination identity is being created. -
REQUIRES_AUTHENTICATION
: You need to complete email authentication. -
REQUIRES_UPDATES
: You must fix your registration and resubmit it. -
REVIEWING
: Your registration has been accepted and is being reviewed. -
SUBMITTED
: Your registration has been submitted and is awaiting review.
- Parameters:
registrationStatus
- The status of the registration.-
CLOSED
: The phone number or sender ID has been deleted and you must also delete the registration for the number. -
CREATED
: Your registration is created but not submitted. -
COMPLETE
: Your registration has been approved and your origination identity has been created. -
DELETED
: The registration has been deleted. -
PROVISIONING
: Your registration has been approved and your origination identity is being created. -
REQUIRES_AUTHENTICATION
: You need to complete email authentication. -
REQUIRES_UPDATES
: You must fix your registration and resubmit it. -
REVIEWING
: Your registration has been accepted and is being reviewed. -
SUBMITTED
: Your registration has been submitted and is awaiting review.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
currentVersionNumber
The current version number of the registration.
- Parameters:
currentVersionNumber
- The current version number of the registration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
approvedVersionNumber
The version number of the registration that was approved.
- Parameters:
approvedVersionNumber
- The version number of the registration that was approved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestDeniedVersionNumber
The latest version number of the registration that was denied.
- Parameters:
latestDeniedVersionNumber
- The latest version number of the registration that was denied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalAttributes
Metadata about a given registration which is specific to that registration type.
- Parameters:
additionalAttributes
- Metadata about a given registration which is specific to that registration type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTimestamp
The time when the registration was created, in UNIX epoch time format.
- Parameters:
createdTimestamp
- The time when the registration was created, in UNIX epoch time format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-