Class CfnStorageProfile.FileSystemLocationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.deadline.CfnStorageProfile.FileSystemLocationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStorageProfile.FileSystemLocationProperty>
- Enclosing interface:
CfnStorageProfile.FileSystemLocationProperty
@Stability(Stable)
public static final class CfnStorageProfile.FileSystemLocationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStorageProfile.FileSystemLocationProperty>
A builder for
CfnStorageProfile.FileSystemLocationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnStorageProfile.FileSystemLocationProperty.getName()Sets the value ofCfnStorageProfile.FileSystemLocationProperty.getPath()Sets the value ofCfnStorageProfile.FileSystemLocationProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnStorageProfile.FileSystemLocationProperty.getName()- Parameters:
name- The location name. This parameter is required.- Returns:
this
-
path
Sets the value ofCfnStorageProfile.FileSystemLocationProperty.getPath()- Parameters:
path- The file path. This parameter is required.- Returns:
this
-
type
Sets the value ofCfnStorageProfile.FileSystemLocationProperty.getType()- Parameters:
type- The type of file. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnStorageProfile.FileSystemLocationProperty>- Returns:
- a new instance of
CfnStorageProfile.FileSystemLocationProperty - Throws:
NullPointerException- if any required attribute was not provided
-