@Stability(value=Stable)
public static interface CfnWorkflow.EfsInputFileLocationProperty
extends software.amazon.jsii.JsiiSerializable
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.transfer.*;
EfsInputFileLocationProperty efsInputFileLocationProperty = EfsInputFileLocationProperty.builder()
.fileSystemId("fileSystemId")
.path("path")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnWorkflow.EfsInputFileLocationProperty.Builder
A builder for
CfnWorkflow.EfsInputFileLocationProperty |
static class |
CfnWorkflow.EfsInputFileLocationProperty.Jsii$Proxy
An implementation for
CfnWorkflow.EfsInputFileLocationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnWorkflow.EfsInputFileLocationProperty.Builder |
builder() |
default String |
getFileSystemId()
The identifier of the file system, assigned by Amazon EFS.
|
default String |
getPath()
The pathname for the folder being used by a workflow.
|
@Stability(value=Stable) @Nullable default String getFileSystemId()
@Stability(value=Stable) @Nullable default String getPath()
@Stability(value=Stable) static CfnWorkflow.EfsInputFileLocationProperty.Builder builder()
Copyright © 2023. All rights reserved.