Interface SourceS3Location.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SourceS3Location.Builder,SourceS3Location>,SdkBuilder<SourceS3Location.Builder,SourceS3Location>,SdkPojo
- Enclosing class:
- SourceS3Location
public static interface SourceS3Location.Builder extends SdkPojo, CopyableBuilder<SourceS3Location.Builder,SourceS3Location>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SourceS3Location.Builderbucket(String bucket)Name of the bucket.SourceS3Location.Builderkey(String key)Key of the object.SourceS3Location.Builderregion(String region)Region of the bucket.SourceS3Location.Builderregion(S3BucketRegion region)Region 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, sdkFields
-
-
-
-
Method Detail
-
bucket
SourceS3Location.Builder bucket(String bucket)
Name of the bucket.
- Parameters:
bucket- Name of the bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
key
SourceS3Location.Builder key(String key)
Key of the object.
- Parameters:
key- Key of the object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
SourceS3Location.Builder region(String region)
Region of the bucket. Only required for Regions that are disabled by default. For more infomration about Regions that are disabled by default, see Enabling a Region in the AWS General Reference guide.
- Parameters:
region- Region of the bucket. Only required for Regions that are disabled by default. For more infomration about Regions that are disabled by default, see Enabling a Region in the AWS General Reference guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
S3BucketRegion,S3BucketRegion
-
region
SourceS3Location.Builder region(S3BucketRegion region)
Region of the bucket. Only required for Regions that are disabled by default. For more infomration about Regions that are disabled by default, see Enabling a Region in the AWS General Reference guide.
- Parameters:
region- Region of the bucket. Only required for Regions that are disabled by default. For more infomration about Regions that are disabled by default, see Enabling a Region in the AWS General Reference guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
S3BucketRegion,S3BucketRegion
-
-