Interface AttachmentInformation.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<AttachmentInformation.Builder,AttachmentInformation>
,SdkBuilder<AttachmentInformation.Builder,AttachmentInformation>
,SdkPojo
- Enclosing class:
- AttachmentInformation
public static interface AttachmentInformation.Builder extends SdkPojo, CopyableBuilder<AttachmentInformation.Builder,AttachmentInformation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachmentInformation.Builder
name(String name)
The name 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
-
name
AttachmentInformation.Builder name(String name)
The name of the attachment.
- Parameters:
name
- The name of the attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-