@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)
`AWS::S3::StorageLens.StorageLensConfiguration`.
|
CfnStorageLens.Builder |
storageLensConfiguration(IResolvable storageLensConfiguration)
`AWS::S3::StorageLens.StorageLensConfiguration`.
|
CfnStorageLens.Builder |
tags(List<? extends CfnTag> tags)
`AWS::S3::StorageLens.Tags`.
|
@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 - `AWS::S3::StorageLens.StorageLensConfiguration`. This parameter is required.this@Stability(value=Stable) public CfnStorageLens.Builder storageLensConfiguration(IResolvable storageLensConfiguration)
storageLensConfiguration - `AWS::S3::StorageLens.StorageLensConfiguration`. This parameter is required.this@Stability(value=Stable) public CfnStorageLens.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::S3::StorageLens.Tags`. This parameter is required.this@Stability(value=Stable) public CfnStorageLens build()
build in interface software.amazon.jsii.Builder<CfnStorageLens>Copyright © 2021. All rights reserved.