@Stability(value=Stable) public static final class CfnProject.ProjectFileSystemLocationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnProject.ProjectFileSystemLocationProperty>
CfnProject.ProjectFileSystemLocationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnProject.ProjectFileSystemLocationProperty |
build()
Builds the configured instance.
|
CfnProject.ProjectFileSystemLocationProperty.Builder |
identifier(String identifier)
Sets the value of
CfnProject.ProjectFileSystemLocationProperty.getIdentifier() |
CfnProject.ProjectFileSystemLocationProperty.Builder |
location(String location)
Sets the value of
CfnProject.ProjectFileSystemLocationProperty.getLocation() |
CfnProject.ProjectFileSystemLocationProperty.Builder |
mountOptions(String mountOptions)
Sets the value of
CfnProject.ProjectFileSystemLocationProperty.getMountOptions() |
CfnProject.ProjectFileSystemLocationProperty.Builder |
mountPoint(String mountPoint)
Sets the value of
CfnProject.ProjectFileSystemLocationProperty.getMountPoint() |
CfnProject.ProjectFileSystemLocationProperty.Builder |
type(String type)
Sets the value of
CfnProject.ProjectFileSystemLocationProperty.getType() |
@Stability(value=Stable) public CfnProject.ProjectFileSystemLocationProperty.Builder identifier(String identifier)
CfnProject.ProjectFileSystemLocationProperty.getIdentifier()identifier - `CfnProject.ProjectFileSystemLocationProperty.Identifier`. This parameter is required.this@Stability(value=Stable) public CfnProject.ProjectFileSystemLocationProperty.Builder location(String location)
CfnProject.ProjectFileSystemLocationProperty.getLocation()location - `CfnProject.ProjectFileSystemLocationProperty.Location`. This parameter is required.this@Stability(value=Stable) public CfnProject.ProjectFileSystemLocationProperty.Builder mountPoint(String mountPoint)
CfnProject.ProjectFileSystemLocationProperty.getMountPoint()mountPoint - `CfnProject.ProjectFileSystemLocationProperty.MountPoint`. This parameter is required.this@Stability(value=Stable) public CfnProject.ProjectFileSystemLocationProperty.Builder type(String type)
CfnProject.ProjectFileSystemLocationProperty.getType()type - `CfnProject.ProjectFileSystemLocationProperty.Type`. This parameter is required.this@Stability(value=Stable) public CfnProject.ProjectFileSystemLocationProperty.Builder mountOptions(String mountOptions)
CfnProject.ProjectFileSystemLocationProperty.getMountOptions()mountOptions - `CfnProject.ProjectFileSystemLocationProperty.MountOptions`.this@Stability(value=Stable) public CfnProject.ProjectFileSystemLocationProperty build()
build in interface software.amazon.jsii.Builder<CfnProject.ProjectFileSystemLocationProperty>CfnProject.ProjectFileSystemLocationPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.