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