@Stability(value=Stable) public static final class CfnStorageLens.Builder extends Object implements software.amazon.jsii.Builder<CfnStorageLens>
CfnStorageLens.| Modifier and Type | Method and Description |
|---|---|
CfnStorageLens |
build() |
static CfnStorageLens.Builder |
create(software.constructs.Construct scope,
String id) |
CfnStorageLens.Builder |
storageLensConfiguration(CfnStorageLens.StorageLensConfigurationProperty storageLensConfiguration)
This resource contains the details Amazon S3 Storage Lens configuration.
|
CfnStorageLens.Builder |
storageLensConfiguration(IResolvable storageLensConfiguration)
This resource contains the details Amazon S3 Storage Lens configuration.
|
CfnStorageLens.Builder |
tags(List<? extends CfnTag> tags)
A set of tags (key–value pairs) to associate with the Storage Lens configuration.
|
@Stability(value=Stable) public static CfnStorageLens.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnStorageLens.AccountLevelProperty.Builder.@Stability(value=Stable) public CfnStorageLens.Builder storageLensConfiguration(CfnStorageLens.StorageLensConfigurationProperty storageLensConfiguration)
storageLensConfiguration - This resource contains the details Amazon S3 Storage Lens configuration. This parameter is required.this@Stability(value=Stable) public CfnStorageLens.Builder storageLensConfiguration(IResolvable storageLensConfiguration)
storageLensConfiguration - This resource contains the details Amazon S3 Storage Lens configuration. This parameter is required.this@Stability(value=Stable) public CfnStorageLens.Builder tags(List<? extends CfnTag> tags)
tags - A set of tags (key–value pairs) to associate with the Storage Lens configuration. This parameter is required.this@Stability(value=Stable) public CfnStorageLens build()
build in interface software.amazon.jsii.Builder<CfnStorageLens>Copyright © 2022. All rights reserved.