public static interface AttachmentStateChange.Builder extends CopyableBuilder<AttachmentStateChange.Builder,AttachmentStateChange>
| Modifier and Type | Method and Description |
|---|---|
AttachmentStateChange.Builder |
attachmentArn(String attachmentArn)
The Amazon Resource Name (ARN) of the attachment.
|
AttachmentStateChange.Builder |
status(String status)
The status of the attachment.
|
copyapply, buildAttachmentStateChange.Builder attachmentArn(String attachmentArn)
The Amazon Resource Name (ARN) of the attachment.
attachmentArn - The Amazon Resource Name (ARN) of the attachment.AttachmentStateChange.Builder status(String status)
The status of the attachment.
status - The status of the attachment.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.