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