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
Modifier and TypeMethodDescriptionName of the bucket.Key of the object.Region of the bucket.region(S3BucketRegion region) Region of the bucket.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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
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
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:
 
 - 
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:
 
 
 -