public static interface SnapshotS3DestinationConfiguration.Builder extends SdkPojo, CopyableBuilder<SnapshotS3DestinationConfiguration.Builder,SnapshotS3DestinationConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default SnapshotS3DestinationConfiguration.Builder |
bucketConfiguration(Consumer<S3BucketConfiguration.Builder> bucketConfiguration)
A structure that contains details about the Amazon S3 bucket that the generated dashboard snapshot is saved
in.
|
SnapshotS3DestinationConfiguration.Builder |
bucketConfiguration(S3BucketConfiguration bucketConfiguration)
A structure that contains details about the Amazon S3 bucket that the generated dashboard snapshot is saved
in.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSnapshotS3DestinationConfiguration.Builder bucketConfiguration(S3BucketConfiguration bucketConfiguration)
A structure that contains details about the Amazon S3 bucket that the generated dashboard snapshot is saved in.
bucketConfiguration - A structure that contains details about the Amazon S3 bucket that the generated dashboard snapshot is
saved in.default SnapshotS3DestinationConfiguration.Builder bucketConfiguration(Consumer<S3BucketConfiguration.Builder> bucketConfiguration)
A structure that contains details about the Amazon S3 bucket that the generated dashboard snapshot is saved in.
This is a convenience method that creates an instance of theS3BucketConfiguration.Builder avoiding
the need to create one manually via S3BucketConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to bucketConfiguration(S3BucketConfiguration).
bucketConfiguration - a consumer that will call methods on S3BucketConfiguration.BuilderbucketConfiguration(S3BucketConfiguration)Copyright © 2023. All rights reserved.