Interface AttachmentStateChange.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<AttachmentStateChange.Builder,AttachmentStateChange>
,SdkBuilder<AttachmentStateChange.Builder,AttachmentStateChange>
,SdkPojo
- Enclosing class:
- AttachmentStateChange
public static interface AttachmentStateChange.Builder extends SdkPojo, CopyableBuilder<AttachmentStateChange.Builder,AttachmentStateChange>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachmentStateChange.Builder
attachmentArn(String attachmentArn)
The Amazon Resource Name (ARN) of the attachment.AttachmentStateChange.Builder
status(String status)
The status of the attachment.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
attachmentArn
AttachmentStateChange.Builder attachmentArn(String attachmentArn)
The Amazon Resource Name (ARN) of the attachment.
- Parameters:
attachmentArn
- The Amazon Resource Name (ARN) of the attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
AttachmentStateChange.Builder status(String status)
The status of the attachment.
- Parameters:
status
- The status of the attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-