Class DataAwsEfsAccessPointRootDirectory.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.data_aws_efs_access_point.DataAwsEfsAccessPointRootDirectory.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataAwsEfsAccessPointRootDirectory>
- Enclosing interface:
- DataAwsEfsAccessPointRootDirectory
@Stability(Stable) public static final class DataAwsEfsAccessPointRootDirectory.Builder extends Object implements software.amazon.jsii.Builder<DataAwsEfsAccessPointRootDirectory>
A builder forDataAwsEfsAccessPointRootDirectory
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataAwsEfsAccessPointRootDirectorybuild()Builds the configured instance.
-
-
-
Method Detail
-
build
@Stability(Stable) public DataAwsEfsAccessPointRootDirectory build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataAwsEfsAccessPointRootDirectory>- Returns:
- a new instance of
DataAwsEfsAccessPointRootDirectory - Throws:
NullPointerException- if any required attribute was not provided
-
-