Class DataAwsFsxOpenzfsSnapshotFilter.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.data_aws_fsx_openzfs_snapshot.DataAwsFsxOpenzfsSnapshotFilter.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataAwsFsxOpenzfsSnapshotFilter>
- Enclosing interface:
- DataAwsFsxOpenzfsSnapshotFilter
@Stability(Stable) public static final class DataAwsFsxOpenzfsSnapshotFilter.Builder extends Object implements software.amazon.jsii.Builder<DataAwsFsxOpenzfsSnapshotFilter>
A builder forDataAwsFsxOpenzfsSnapshotFilter
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataAwsFsxOpenzfsSnapshotFilterbuild()Builds the configured instance.DataAwsFsxOpenzfsSnapshotFilter.Buildername(String name)Sets the value ofDataAwsFsxOpenzfsSnapshotFilter.getName()DataAwsFsxOpenzfsSnapshotFilter.Buildervalues(List<String> values)Sets the value ofDataAwsFsxOpenzfsSnapshotFilter.getValues()
-
-
-
Method Detail
-
name
@Stability(Stable) public DataAwsFsxOpenzfsSnapshotFilter.Builder name(String name)
Sets the value ofDataAwsFsxOpenzfsSnapshotFilter.getName()- Parameters:
name- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/fsx_openzfs_snapshot#name DataAwsFsxOpenzfsSnapshot#name}. This parameter is required.- Returns:
this
-
values
@Stability(Stable) public DataAwsFsxOpenzfsSnapshotFilter.Builder values(List<String> values)
Sets the value ofDataAwsFsxOpenzfsSnapshotFilter.getValues()- Parameters:
values- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/fsx_openzfs_snapshot#values DataAwsFsxOpenzfsSnapshot#values}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public DataAwsFsxOpenzfsSnapshotFilter build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataAwsFsxOpenzfsSnapshotFilter>- Returns:
- a new instance of
DataAwsFsxOpenzfsSnapshotFilter - Throws:
NullPointerException- if any required attribute was not provided
-
-