Interface DeleteRegistrationAttachmentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteRegistrationAttachmentResponse.Builder,DeleteRegistrationAttachmentResponse>,PinpointSmsVoiceV2Response.Builder,SdkBuilder<DeleteRegistrationAttachmentResponse.Builder,DeleteRegistrationAttachmentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteRegistrationAttachmentResponse
public static interface DeleteRegistrationAttachmentResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DeleteRegistrationAttachmentResponse.Builder,DeleteRegistrationAttachmentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteRegistrationAttachmentResponse.BuilderattachmentStatus(String attachmentStatus)The status of the registration attachment.DeleteRegistrationAttachmentResponse.BuilderattachmentStatus(AttachmentStatus attachmentStatus)The status of the registration attachment.DeleteRegistrationAttachmentResponse.BuilderattachmentUploadErrorReason(String attachmentUploadErrorReason)The error message if the upload failed.DeleteRegistrationAttachmentResponse.BuilderattachmentUploadErrorReason(AttachmentUploadErrorReason attachmentUploadErrorReason)The error message if the upload failed.DeleteRegistrationAttachmentResponse.BuildercreatedTimestamp(Instant createdTimestamp)The time when the registration attachment was created, in UNIX epoch time format.DeleteRegistrationAttachmentResponse.BuilderregistrationAttachmentArn(String registrationAttachmentArn)The Amazon Resource Name (ARN) for the registration attachment.DeleteRegistrationAttachmentResponse.BuilderregistrationAttachmentId(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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
DeleteRegistrationAttachmentResponse.Builder attachmentStatus(String attachmentStatus)
The status of the registration attachment.
-
UPLOAD_IN_PROGRESSThe attachment is being uploaded. -
UPLOAD_COMPLETEThe attachment has been uploaded. -
UPLOAD_FAILEDThe attachment failed to uploaded. -
DELETEDThe attachment has been deleted..
- Parameters:
attachmentStatus- The status of the registration attachment.-
UPLOAD_IN_PROGRESSThe attachment is being uploaded. -
UPLOAD_COMPLETEThe attachment has been uploaded. -
UPLOAD_FAILEDThe attachment failed to uploaded. -
DELETEDThe attachment has been deleted..
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AttachmentStatus,AttachmentStatus
-
-
attachmentStatus
DeleteRegistrationAttachmentResponse.Builder attachmentStatus(AttachmentStatus attachmentStatus)
The status of the registration attachment.
-
UPLOAD_IN_PROGRESSThe attachment is being uploaded. -
UPLOAD_COMPLETEThe attachment has been uploaded. -
UPLOAD_FAILEDThe attachment failed to uploaded. -
DELETEDThe attachment has been deleted..
- Parameters:
attachmentStatus- The status of the registration attachment.-
UPLOAD_IN_PROGRESSThe attachment is being uploaded. -
UPLOAD_COMPLETEThe attachment has been uploaded. -
UPLOAD_FAILEDThe attachment failed to uploaded. -
DELETEDThe attachment has been deleted..
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AttachmentStatus,AttachmentStatus
-
-
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,AttachmentUploadErrorReason
-
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:
AttachmentUploadErrorReason,AttachmentUploadErrorReason
-
createdTimestamp
DeleteRegistrationAttachmentResponse.Builder createdTimestamp(Instant 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.
-
-