Interface S3BucketConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3BucketConfiguration.Builder,S3BucketConfiguration>,SdkBuilder<S3BucketConfiguration.Builder,S3BucketConfiguration>,SdkPojo
- Enclosing class:
- S3BucketConfiguration
public static interface S3BucketConfiguration.Builder extends SdkPojo, CopyableBuilder<S3BucketConfiguration.Builder,S3BucketConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3BucketConfiguration.BuilderbucketName(String bucketName)The name of an existing Amazon S3 bucket where the generated snapshot artifacts are sent.S3BucketConfiguration.BuilderbucketPrefix(String bucketPrefix)The prefix of the Amazon S3 bucket that the generated snapshots are stored in.S3BucketConfiguration.BuilderbucketRegion(String bucketRegion)The region that the Amazon S3 bucket is located in.-
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, sdkFields
-
-
-
-
Method Detail
-
bucketName
S3BucketConfiguration.Builder bucketName(String bucketName)
The name of an existing Amazon S3 bucket where the generated snapshot artifacts are sent.
- Parameters:
bucketName- The name of an existing Amazon S3 bucket where the generated snapshot artifacts are sent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bucketPrefix
S3BucketConfiguration.Builder bucketPrefix(String bucketPrefix)
The prefix of the Amazon S3 bucket that the generated snapshots are stored in.
- Parameters:
bucketPrefix- The prefix of the Amazon S3 bucket that the generated snapshots are stored in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bucketRegion
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
StartDashboardSnapshotJobAPI call is made.- Parameters:
bucketRegion- The region that the Amazon S3 bucket is located in. The bucket must be located in the same region that theStartDashboardSnapshotJobAPI call is made.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-