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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StaticFileS3SourceOptions.BuilderbucketName(String bucketName)The name of the Amazon S3 bucket.StaticFileS3SourceOptions.BuilderobjectKey(String objectKey)The identifier of the static file in the Amazon S3 bucket.StaticFileS3SourceOptions.Builderregion(String region)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 Detail
-
bucketName
StaticFileS3SourceOptions.Builder bucketName(String 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
StaticFileS3SourceOptions.Builder objectKey(String 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
StaticFileS3SourceOptions.Builder region(String 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.
-
-