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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachmentInput.Builderdata(SdkBytes data)The data contained within the uploaded file.AttachmentInput.Buildername(String name)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 Detail
-
data
AttachmentInput.Builder data(SdkBytes 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.
-
name
AttachmentInput.Builder name(String 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.
-
-