Interface StaticFileS3SourceOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StaticFileS3SourceOptions.Builder,
,StaticFileS3SourceOptions> SdkBuilder<StaticFileS3SourceOptions.Builder,
,StaticFileS3SourceOptions> SdkPojo
- Enclosing class:
StaticFileS3SourceOptions
@Mutable
@NotThreadSafe
public static interface StaticFileS3SourceOptions.Builder
extends SdkPojo, CopyableBuilder<StaticFileS3SourceOptions.Builder,StaticFileS3SourceOptions>
-
Method Summary
Modifier and TypeMethodDescriptionbucketName
(String bucketName) The name of the Amazon S3 bucket.The identifier of the static file in the Amazon S3 bucket.The Region of the Amazon S3 account that contains 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 Details
-
bucketName
The name of the Amazon S3 bucket.
- Parameters:
bucketName
- The name of the Amazon S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectKey
The identifier of the static file in the Amazon S3 bucket.
- Parameters:
objectKey
- The identifier of the static file in the Amazon S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
The Region of the Amazon S3 account that contains the bucket.
- Parameters:
region
- The Region of the Amazon S3 account that contains the bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-