Class CfnStorageProfilePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.deadline.CfnStorageProfilePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStorageProfilePropsMixin>
- Enclosing class:
CfnStorageProfilePropsMixin
@Stability(Stable)
public static final class CfnStorageProfilePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStorageProfilePropsMixin>
A fluent builder for
CfnStorageProfilePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) displayName(String displayName) The display name of the storage profile summary to update.The unique identifier of the farm that contains the storage profile.fileSystemLocations(List<? extends Object> fileSystemLocations) Operating system specific file system path to the storage location.fileSystemLocations(IResolvable fileSystemLocations) Operating system specific file system path to the storage location.The operating system (OS) family.
-
Method Details
-
create
@Stability(Stable) public static CfnStorageProfilePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnStorageProfilePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnStorageProfilePropsMixin.Builder.
-
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.
- Parameters:
displayName- The display name of the storage profile summary to update. This parameter is required.- Returns:
this- See Also:
-
farmId
The unique identifier of the farm that contains the storage profile.- Parameters:
farmId- The unique identifier of the farm that contains the storage profile. This parameter is required.- Returns:
this- See Also:
-
fileSystemLocations
@Stability(Stable) public CfnStorageProfilePropsMixin.Builder fileSystemLocations(IResolvable fileSystemLocations) Operating system specific file system path to the storage location.- Parameters:
fileSystemLocations- Operating system specific file system path to the storage location. This parameter is required.- Returns:
this- See Also:
-
fileSystemLocations
@Stability(Stable) public CfnStorageProfilePropsMixin.Builder fileSystemLocations(List<? extends Object> fileSystemLocations) Operating system specific file system path to the storage location.- Parameters:
fileSystemLocations- Operating system specific file system path to the storage location. This parameter is required.- Returns:
this- See Also:
-
osFamily
The operating system (OS) family.- Parameters:
osFamily- The operating system (OS) family. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnStorageProfilePropsMixin>- Returns:
- a newly built instance of
CfnStorageProfilePropsMixin.
-