public static interface S3BucketConfiguration.Builder extends SdkPojo, CopyableBuilder<S3BucketConfiguration.Builder,S3BucketConfiguration>
| Modifier and Type | Method and Description |
|---|---|
S3BucketConfiguration.Builder |
bucketName(String bucketName)
The name of an existing Amazon S3 bucket where the generated snapshot artifacts are sent.
|
S3BucketConfiguration.Builder |
bucketPrefix(String bucketPrefix)
The prefix of the Amazon S3 bucket that the generated snapshots are stored in.
|
S3BucketConfiguration.Builder |
bucketRegion(String bucketRegion)
The region that the Amazon S3 bucket is located in.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3BucketConfiguration.Builder bucketName(String bucketName)
The name of an existing Amazon S3 bucket where the generated snapshot artifacts are sent.
bucketName - The name of an existing Amazon S3 bucket where the generated snapshot artifacts are sent.S3BucketConfiguration.Builder bucketPrefix(String bucketPrefix)
The prefix of the Amazon S3 bucket that the generated snapshots are stored in.
bucketPrefix - The prefix of the Amazon S3 bucket that the generated snapshots are stored in.S3BucketConfiguration.Builder bucketRegion(String bucketRegion)
The region that the Amazon S3 bucket is located in. The bucket must be located in the same region that the
StartDashboardSnapshotJob API call is made.
bucketRegion - The region that the Amazon S3 bucket is located in. The bucket must be located in the same region that
the StartDashboardSnapshotJob API call is made.Copyright © 2023. All rights reserved.