@Stability(value=Stable) public static final class CfnStorageLens.BucketsAndRegionsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnStorageLens.BucketsAndRegionsProperty>
CfnStorageLens.BucketsAndRegionsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnStorageLens.BucketsAndRegionsProperty.Builder |
buckets(List<String> buckets)
Sets the value of
CfnStorageLens.BucketsAndRegionsProperty.getBuckets() |
CfnStorageLens.BucketsAndRegionsProperty |
build()
Builds the configured instance.
|
CfnStorageLens.BucketsAndRegionsProperty.Builder |
regions(List<String> regions)
Sets the value of
CfnStorageLens.BucketsAndRegionsProperty.getRegions() |
@Stability(value=Stable) public CfnStorageLens.BucketsAndRegionsProperty.Builder buckets(List<String> buckets)
CfnStorageLens.BucketsAndRegionsProperty.getBuckets()buckets - This property contains the details of the buckets for the Amazon S3 Storage Lens configuration.
This should be the bucket Amazon Resource Name(ARN). For valid values, see Buckets ARN format here in the Amazon S3 API Reference .this@Stability(value=Stable) public CfnStorageLens.BucketsAndRegionsProperty.Builder regions(List<String> regions)
CfnStorageLens.BucketsAndRegionsProperty.getRegions()regions - This property contains the details of the Regions for the S3 Storage Lens configuration.this@Stability(value=Stable) public CfnStorageLens.BucketsAndRegionsProperty build()
build in interface software.amazon.jsii.Builder<CfnStorageLens.BucketsAndRegionsProperty>CfnStorageLens.BucketsAndRegionsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.