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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3WordsList.BuilderbucketName(String bucketName)The full name of the S3 bucket that contains the object.S3WordsList.BuilderobjectKey(String objectKey)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 Detail
-
bucketName
S3WordsList.Builder bucketName(String 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
S3WordsList.Builder objectKey(String 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.
-
-