Interface S3.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3.Builder,
,S3> SdkBuilder<S3.Builder,
,S3> SdkPojo
- Enclosing class:
S3
@Mutable
@NotThreadSafe
public static interface S3.Builder
extends SdkPojo, CopyableBuilder<S3.Builder,S3>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the S3 bucket that contains the 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, sdkFieldNameToField, sdkFields
-
Method Details
-
bucket
The name of the S3 bucket that contains the file.
- Parameters:
bucket
- The name of the S3 bucket that contains the file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
key
The name of the file.
- Parameters:
key
- The name of the file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-