Class CfnView.FiltersProperty.Builder
java.lang.Object
software.amazon.awscdk.services.resourceexplorer2.CfnView.FiltersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnView.FiltersProperty>
- Enclosing interface:
CfnView.FiltersProperty
@Stability(Stable)
public static final class CfnView.FiltersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnView.FiltersProperty>
A builder for
CfnView.FiltersProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.filterString(String filterString) Sets the value ofCfnView.FiltersProperty.getFilterString()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
filterString
Sets the value ofCfnView.FiltersProperty.getFilterString()- Parameters:
filterString- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnView.FiltersProperty>- Returns:
- a new instance of
CfnView.FiltersProperty - Throws:
NullPointerException- if any required attribute was not provided
-