Interface DeleteRegistrationAttachmentResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteRegistrationAttachmentResponse.Builder,
,DeleteRegistrationAttachmentResponse> PinpointSmsVoiceV2Response.Builder
,SdkBuilder<DeleteRegistrationAttachmentResponse.Builder,
,DeleteRegistrationAttachmentResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeleteRegistrationAttachmentResponse
-
Method Summary
Modifier and TypeMethodDescriptionattachmentStatus
(String attachmentStatus) The status of the registration attachment.attachmentStatus
(AttachmentStatus attachmentStatus) The status of the registration attachment.attachmentUploadErrorReason
(String attachmentUploadErrorReason) The error message if the upload failed.attachmentUploadErrorReason
(AttachmentUploadErrorReason attachmentUploadErrorReason) The error message if the upload failed.createdTimestamp
(Instant createdTimestamp) The time when the registration attachment was created, in UNIX epoch time format.registrationAttachmentArn
(String registrationAttachmentArn) The Amazon Resource Name (ARN) for the registration attachment.registrationAttachmentId
(String registrationAttachmentId) The unique identifier for the registration attachment.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
-
registrationAttachmentArn
DeleteRegistrationAttachmentResponse.Builder registrationAttachmentArn(String registrationAttachmentArn) The Amazon Resource Name (ARN) for the registration attachment.
- Parameters:
registrationAttachmentArn
- The Amazon Resource Name (ARN) for the registration attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registrationAttachmentId
DeleteRegistrationAttachmentResponse.Builder registrationAttachmentId(String registrationAttachmentId) The unique identifier for the registration attachment.
- Parameters:
registrationAttachmentId
- The unique identifier for the registration attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attachmentStatus
The status of the registration attachment.
-
UPLOAD_IN_PROGRESS
The attachment is being uploaded. -
UPLOAD_COMPLETE
The attachment has been uploaded. -
UPLOAD_FAILED
The attachment failed to uploaded. -
DELETED
The attachment has been deleted..
- Parameters:
attachmentStatus
- The status of the registration attachment.-
UPLOAD_IN_PROGRESS
The attachment is being uploaded. -
UPLOAD_COMPLETE
The attachment has been uploaded. -
UPLOAD_FAILED
The attachment failed to uploaded. -
DELETED
The attachment has been deleted..
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
attachmentStatus
The status of the registration attachment.
-
UPLOAD_IN_PROGRESS
The attachment is being uploaded. -
UPLOAD_COMPLETE
The attachment has been uploaded. -
UPLOAD_FAILED
The attachment failed to uploaded. -
DELETED
The attachment has been deleted..
- Parameters:
attachmentStatus
- The status of the registration attachment.-
UPLOAD_IN_PROGRESS
The attachment is being uploaded. -
UPLOAD_COMPLETE
The attachment has been uploaded. -
UPLOAD_FAILED
The attachment failed to uploaded. -
DELETED
The attachment has been deleted..
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
attachmentUploadErrorReason
DeleteRegistrationAttachmentResponse.Builder attachmentUploadErrorReason(String attachmentUploadErrorReason) The error message if the upload failed.
- Parameters:
attachmentUploadErrorReason
- The error message if the upload failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
attachmentUploadErrorReason
DeleteRegistrationAttachmentResponse.Builder attachmentUploadErrorReason(AttachmentUploadErrorReason attachmentUploadErrorReason) The error message if the upload failed.
- Parameters:
attachmentUploadErrorReason
- The error message if the upload failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdTimestamp
The time when the registration attachment was created, in UNIX epoch time format.
- Parameters:
createdTimestamp
- The time when the registration attachment was created, in UNIX epoch time format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-