Interface AttachmentInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AttachmentInput.Builder,
,AttachmentInput> SdkBuilder<AttachmentInput.Builder,
,AttachmentInput> SdkPojo
- Enclosing class:
AttachmentInput
public static interface AttachmentInput.Builder
extends SdkPojo, CopyableBuilder<AttachmentInput.Builder,AttachmentInput>
-
Method Summary
Modifier and TypeMethodDescriptionThe data contained within the uploaded file.The name of the file.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 Details
-
name
The name of the file.
- Parameters:
name
- The name of the file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
data
The data contained within the uploaded file.
- Parameters:
data
- The data contained within the uploaded file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-