Interface InputS3Object.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InputS3Object.Builder,InputS3Object>,SdkBuilder<InputS3Object.Builder,InputS3Object>,SdkPojo
- Enclosing class:
- InputS3Object
public static interface InputS3Object.Builder extends SdkPojo, CopyableBuilder<InputS3Object.Builder,InputS3Object>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputS3Object.Builderbucket(String bucket)The Amazon S3 bucket that contains the manifest.InputS3Object.Builderkey(String key)The name and location of the manifest file withiin the bucket.InputS3Object.BuilderversionId(String versionId)The version ID of the bucket.-
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 Detail
-
bucket
InputS3Object.Builder bucket(String bucket)
The Amazon S3 bucket that contains the manifest.
- Parameters:
bucket- The Amazon S3 bucket that contains the manifest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
key
InputS3Object.Builder key(String key)
The name and location of the manifest file withiin the bucket.
- Parameters:
key- The name and location of the manifest file withiin the bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionId
InputS3Object.Builder versionId(String versionId)
The version ID of the bucket.
- Parameters:
versionId- The version ID of the bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-