@Generated(value="software.amazon.awssdk:codegen") public final class EfsFileLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EfsFileLocation.Builder,EfsFileLocation>
Specifies the details for the file location for the file that's being used in the workflow. Only applicable if you are using Amazon Elastic File Systems (Amazon EFS) for storage.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EfsFileLocation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EfsFileLocation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fileSystemId()
The identifier of the file system, assigned by Amazon EFS.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
path()
The pathname for the folder being used by a workflow.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EfsFileLocation.Builder> |
serializableBuilderClass() |
EfsFileLocation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String fileSystemId()
The identifier of the file system, assigned by Amazon EFS.
public final String path()
The pathname for the folder being used by a workflow.
public EfsFileLocation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EfsFileLocation.Builder,EfsFileLocation>public static EfsFileLocation.Builder builder()
public static Class<? extends EfsFileLocation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.