Interface S3WordsList.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3WordsList.Builder,
,S3WordsList> SdkBuilder<S3WordsList.Builder,
,S3WordsList> SdkPojo
- Enclosing class:
S3WordsList
public static interface S3WordsList.Builder
extends SdkPojo, CopyableBuilder<S3WordsList.Builder,S3WordsList>
-
Method Summary
Modifier and TypeMethodDescriptionbucketName
(String bucketName) The full name of the S3 bucket that contains the object.The full name (key) of the object.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
-
bucketName
The full name of the S3 bucket that contains the object.
- Parameters:
bucketName
- The full name of the S3 bucket that contains the object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectKey
The full name (key) of the object.
- Parameters:
objectKey
- The full name (key) of the object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-