Interface AttachmentReference.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AttachmentReference.Builder,AttachmentReference>,SdkBuilder<AttachmentReference.Builder,AttachmentReference>,SdkPojo
- Enclosing class:
- AttachmentReference
public static interface AttachmentReference.Builder extends SdkPojo, CopyableBuilder<AttachmentReference.Builder,AttachmentReference>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachmentReference.Buildername(String name)Identifier of the attachment reference.AttachmentReference.Builderstatus(String status)Status of the attachment reference type.AttachmentReference.Builderstatus(ReferenceStatus status)Status of the attachment reference type.AttachmentReference.Buildervalue(String value)The location path of the attachment reference.-
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, sdkFields
-
-
-
-
Method Detail
-
name
AttachmentReference.Builder name(String name)
Identifier of the attachment reference.
- Parameters:
name- Identifier of the attachment reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
AttachmentReference.Builder value(String value)
The location path of the attachment reference.
- Parameters:
value- The location path of the attachment reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
AttachmentReference.Builder status(String status)
Status of the attachment reference type.
- Parameters:
status- Status of the attachment reference type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReferenceStatus,ReferenceStatus
-
status
AttachmentReference.Builder status(ReferenceStatus status)
Status of the attachment reference type.
- Parameters:
status- Status of the attachment reference type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReferenceStatus,ReferenceStatus
-
-