Class DatasyncTaskExcludes.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.datasync_task.DatasyncTaskExcludes.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DatasyncTaskExcludes>
- Enclosing interface:
- DatasyncTaskExcludes
@Stability(Stable) public static final class DatasyncTaskExcludes.Builder extends Object implements software.amazon.jsii.Builder<DatasyncTaskExcludes>
A builder forDatasyncTaskExcludes
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatasyncTaskExcludesbuild()Builds the configured instance.DatasyncTaskExcludes.BuilderfilterType(String filterType)Sets the value ofDatasyncTaskExcludes.getFilterType()DatasyncTaskExcludes.Buildervalue(String value)Sets the value ofDatasyncTaskExcludes.getValue()
-
-
-
Method Detail
-
filterType
@Stability(Stable) public DatasyncTaskExcludes.Builder filterType(String filterType)
Sets the value ofDatasyncTaskExcludes.getFilterType()- Parameters:
filterType- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_task#filter_type DatasyncTask#filter_type}.- Returns:
this
-
value
@Stability(Stable) public DatasyncTaskExcludes.Builder value(String value)
Sets the value ofDatasyncTaskExcludes.getValue()- Parameters:
value- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_task#value DatasyncTask#value}.- Returns:
this
-
build
@Stability(Stable) public DatasyncTaskExcludes build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DatasyncTaskExcludes>- Returns:
- a new instance of
DatasyncTaskExcludes - Throws:
NullPointerException- if any required attribute was not provided
-
-