Class CfnStorageLens.StorageLensGroupSelectionCriteriaProperty.Builder
java.lang.Object
software.amazon.awscdk.services.s3.CfnStorageLens.StorageLensGroupSelectionCriteriaProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStorageLens.StorageLensGroupSelectionCriteriaProperty>
- Enclosing interface:
CfnStorageLens.StorageLensGroupSelectionCriteriaProperty
@Stability(Stable)
public static final class CfnStorageLens.StorageLensGroupSelectionCriteriaProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStorageLens.StorageLensGroupSelectionCriteriaProperty>
A builder for
CfnStorageLens.StorageLensGroupSelectionCriteriaProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnStorageLens.StorageLensGroupSelectionCriteriaProperty.getExclude()
Sets the value ofCfnStorageLens.StorageLensGroupSelectionCriteriaProperty.getInclude()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
exclude
@Stability(Stable) public CfnStorageLens.StorageLensGroupSelectionCriteriaProperty.Builder exclude(List<String> exclude) Sets the value ofCfnStorageLens.StorageLensGroupSelectionCriteriaProperty.getExclude()
- Parameters:
exclude
- This property indicates which Storage Lens group ARNs to exclude from the Storage Lens group aggregation.- Returns:
this
-
include
@Stability(Stable) public CfnStorageLens.StorageLensGroupSelectionCriteriaProperty.Builder include(List<String> include) Sets the value ofCfnStorageLens.StorageLensGroupSelectionCriteriaProperty.getInclude()
- Parameters:
include
- This property indicates which Storage Lens group ARNs to include in the Storage Lens group aggregation.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnStorageLens.StorageLensGroupSelectionCriteriaProperty>
- Returns:
- a new instance of
CfnStorageLens.StorageLensGroupSelectionCriteriaProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-