Interface CfnStorageProfile.FileSystemLocationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStorageProfile.FileSystemLocationProperty.Jsii$Proxy
- Enclosing class:
CfnStorageProfile
@Stability(Stable)
public static interface CfnStorageProfile.FileSystemLocationProperty
extends software.amazon.jsii.JsiiSerializable
The details of the file system location for the resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.deadline.*;
FileSystemLocationProperty fileSystemLocationProperty = FileSystemLocationProperty.builder()
.name("name")
.path("path")
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnStorageProfile.FileSystemLocationPropertystatic final classAn implementation forCfnStorageProfile.FileSystemLocationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The location name.- See Also:
-
getPath
The file path.- See Also:
-
getType
The type of file.- See Also:
-
builder
-