Class CfnStorageProfile.Builder
java.lang.Object
software.amazon.awscdk.services.deadline.CfnStorageProfile.Builder
- All Implemented Interfaces:
- software.amazon.jsii.Builder<CfnStorageProfile>
- Enclosing class:
- CfnStorageProfile
@Stability(Stable)
public static final class CfnStorageProfile.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStorageProfile>
A fluent builder for 
CfnStorageProfile.- 
Method SummaryModifier and TypeMethodDescriptionbuild()static CfnStorageProfile.BuilderdisplayName(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 CfnStorageProfile.Builder create(software.constructs.Construct scope, String id) - Parameters:
- scope- Scope in which this resource is defined. This parameter is required.
- id- Construct identifier for this resource (unique in its scope). This parameter is required.
- Returns:
- a new instance of CfnStorageProfile.Builder.
 
- 
displayNameThe 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:
 
- 
farmIdThe 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:
 
- 
osFamilyThe operating system (OS) family.- Parameters:
- osFamily- The operating system (OS) family. This parameter is required.
- Returns:
- this
- See Also:
 
- 
fileSystemLocations@Stability(Stable) public CfnStorageProfile.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 CfnStorageProfile.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:
 
- 
build- Specified by:
- buildin interface- software.amazon.jsii.Builder<CfnStorageProfile>
- Returns:
- a newly built instance of CfnStorageProfile.
 
 
-