Interface ManifestFileLocation.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ManifestFileLocation.Builder,ManifestFileLocation>
,SdkBuilder<ManifestFileLocation.Builder,ManifestFileLocation>
,SdkPojo
- Enclosing class:
- ManifestFileLocation
public static interface ManifestFileLocation.Builder extends SdkPojo, CopyableBuilder<ManifestFileLocation.Builder,ManifestFileLocation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManifestFileLocation.Builder
bucket(String bucket)
Amazon S3 bucket.ManifestFileLocation.Builder
key(String key)
Amazon S3 key that identifies an 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
-
bucket
ManifestFileLocation.Builder bucket(String bucket)
Amazon S3 bucket.
- Parameters:
bucket
- Amazon S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
key
ManifestFileLocation.Builder key(String key)
Amazon S3 key that identifies an object.
- Parameters:
key
- Amazon S3 key that identifies an object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-