Interface S3Object.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3Object.Builder,
,S3Object> SdkBuilder<S3Object.Builder,
,S3Object> SdkPojo
- Enclosing class:
S3Object
@Mutable
@NotThreadSafe
public static interface S3Object.Builder
extends SdkPojo, CopyableBuilder<S3Object.Builder,S3Object>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the S3 bucket.The file name of the input document.If the bucket has versioning enabled, you can specify the object version.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 Details
-
bucket
The name of the S3 bucket. Note that the # character is not valid in the file name.
- Parameters:
bucket
- The name of the S3 bucket. Note that the # character is not valid in the file name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The file name of the input document. Image files may be in PDF, TIFF, JPEG, or PNG format.
- Parameters:
name
- The file name of the input document. Image files may be in PDF, TIFF, JPEG, or PNG format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
If the bucket has versioning enabled, you can specify the object version.
- Parameters:
version
- If the bucket has versioning enabled, you can specify the object version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-