Class CfnStorageLensGroupMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.s3.CfnStorageLensGroupMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStorageLensGroupMixinProps>
- Enclosing interface:
CfnStorageLensGroupMixinProps
@Stability(Stable)
public static final class CfnStorageLensGroupMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStorageLensGroupMixinProps>
A builder for
CfnStorageLensGroupMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnStorageLensGroupMixinProps.getFilter()filter(IResolvable filter) Sets the value ofCfnStorageLensGroupMixinProps.getFilter()Sets the value ofCfnStorageLensGroupMixinProps.getName()Sets the value ofCfnStorageLensGroupMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
filter
Sets the value ofCfnStorageLensGroupMixinProps.getFilter()- Parameters:
filter- This property contains the criteria for the Storage Lens group data that is displayed.- Returns:
this
-
filter
@Stability(Stable) public CfnStorageLensGroupMixinProps.Builder filter(CfnStorageLensGroupPropsMixin.FilterProperty filter) Sets the value ofCfnStorageLensGroupMixinProps.getFilter()- Parameters:
filter- This property contains the criteria for the Storage Lens group data that is displayed.- Returns:
this
-
name
Sets the value ofCfnStorageLensGroupMixinProps.getName()- Parameters:
name- This property contains the Storage Lens group name.- Returns:
this
-
tags
Sets the value ofCfnStorageLensGroupMixinProps.getTags()- Parameters:
tags- This property contains the AWS resource tags that you're adding to your Storage Lens group. This parameter is optional.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnStorageLensGroupMixinProps>- Returns:
- a new instance of
CfnStorageLensGroupMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-