Class CfnStorageProfileMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.deadline.CfnStorageProfileMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStorageProfileMixinProps>
- Enclosing interface:
CfnStorageProfileMixinProps
@Stability(Stable)
public static final class CfnStorageProfileMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStorageProfileMixinProps>
A builder for
CfnStorageProfileMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.displayName(String displayName) Sets the value ofCfnStorageProfileMixinProps.getDisplayName()Sets the value ofCfnStorageProfileMixinProps.getFarmId()fileSystemLocations(List<? extends Object> fileSystemLocations) Sets the value ofCfnStorageProfileMixinProps.getFileSystemLocations()fileSystemLocations(IResolvable fileSystemLocations) Sets the value ofCfnStorageProfileMixinProps.getFileSystemLocations()Sets the value ofCfnStorageProfileMixinProps.getOsFamily()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
displayName
Sets the value ofCfnStorageProfileMixinProps.getDisplayName()- Parameters:
displayName- The display name of the storage profile summary to update.This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
- Returns:
this
-
farmId
Sets the value ofCfnStorageProfileMixinProps.getFarmId()- Parameters:
farmId- The unique identifier of the farm that contains the storage profile.- Returns:
this
-
fileSystemLocations
@Stability(Stable) public CfnStorageProfileMixinProps.Builder fileSystemLocations(IResolvable fileSystemLocations) Sets the value ofCfnStorageProfileMixinProps.getFileSystemLocations()- Parameters:
fileSystemLocations- Operating system specific file system path to the storage location.- Returns:
this
-
fileSystemLocations
@Stability(Stable) public CfnStorageProfileMixinProps.Builder fileSystemLocations(List<? extends Object> fileSystemLocations) Sets the value ofCfnStorageProfileMixinProps.getFileSystemLocations()- Parameters:
fileSystemLocations- Operating system specific file system path to the storage location.- Returns:
this
-
osFamily
Sets the value ofCfnStorageProfileMixinProps.getOsFamily()- Parameters:
osFamily- The operating system (OS) family.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnStorageProfileMixinProps>- Returns:
- a new instance of
CfnStorageProfileMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-