Interface AttachmentInformation.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AttachmentInformation.Builder,,- AttachmentInformation> - SdkBuilder<AttachmentInformation.Builder,,- AttachmentInformation> - SdkPojo
- Enclosing class:
- AttachmentInformation
@Mutable
@NotThreadSafe
public static interface AttachmentInformation.Builder
extends SdkPojo, CopyableBuilder<AttachmentInformation.Builder,AttachmentInformation> 
- 
Method SummaryModifier and TypeMethodDescriptionThe name of the attachment.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameThe 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.
 
 
-