Class CfnStorageLensPropsMixin.StorageLensGroupLevelProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.s3.CfnStorageLensPropsMixin.StorageLensGroupLevelProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStorageLensPropsMixin.StorageLensGroupLevelProperty>
- Enclosing interface:
CfnStorageLensPropsMixin.StorageLensGroupLevelProperty
@Stability(Stable)
public static final class CfnStorageLensPropsMixin.StorageLensGroupLevelProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStorageLensPropsMixin.StorageLensGroupLevelProperty>
A builder for
CfnStorageLensPropsMixin.StorageLensGroupLevelProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.storageLensGroupSelectionCriteria(CfnStorageLensPropsMixin.StorageLensGroupSelectionCriteriaProperty storageLensGroupSelectionCriteria) storageLensGroupSelectionCriteria(IResolvable storageLensGroupSelectionCriteria)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
storageLensGroupSelectionCriteria
@Stability(Stable) public CfnStorageLensPropsMixin.StorageLensGroupLevelProperty.Builder storageLensGroupSelectionCriteria(IResolvable storageLensGroupSelectionCriteria) Sets the value ofCfnStorageLensPropsMixin.StorageLensGroupLevelProperty.getStorageLensGroupSelectionCriteria()- Parameters:
storageLensGroupSelectionCriteria- This property indicates which Storage Lens group ARNs to include or exclude in the Storage Lens group aggregation. If this value is left null, then all Storage Lens groups are selected.- Returns:
this
-
storageLensGroupSelectionCriteria
@Stability(Stable) public CfnStorageLensPropsMixin.StorageLensGroupLevelProperty.Builder storageLensGroupSelectionCriteria(CfnStorageLensPropsMixin.StorageLensGroupSelectionCriteriaProperty storageLensGroupSelectionCriteria) Sets the value ofCfnStorageLensPropsMixin.StorageLensGroupLevelProperty.getStorageLensGroupSelectionCriteria()- Parameters:
storageLensGroupSelectionCriteria- This property indicates which Storage Lens group ARNs to include or exclude in the Storage Lens group aggregation. If this value is left null, then all Storage Lens groups are selected.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnStorageLensPropsMixin.StorageLensGroupLevelProperty>- Returns:
- a new instance of
CfnStorageLensPropsMixin.StorageLensGroupLevelProperty - Throws:
NullPointerException- if any required attribute was not provided
-