Class EfsFileLocation
- java.lang.Object
-
- software.amazon.awssdk.services.transfer.model.EfsFileLocation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EfsFileLocation.Builder,EfsFileLocation>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEfsFileLocation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EfsFileLocation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfileSystemId()The identifier of the file system, assigned by Amazon EFS.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringpath()The pathname for the folder being used by a workflow.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends EfsFileLocation.Builder>serializableBuilderClass()EfsFileLocation.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
fileSystemId
public final String fileSystemId()
The identifier of the file system, assigned by Amazon EFS.
- Returns:
- The identifier of the file system, assigned by Amazon EFS.
-
path
public final String path()
The pathname for the folder being used by a workflow.
- Returns:
- The pathname for the folder being used by a workflow.
-
toBuilder
public EfsFileLocation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EfsFileLocation.Builder,EfsFileLocation>
-
builder
public static EfsFileLocation.Builder builder()
-
serializableBuilderClass
public static Class<? extends EfsFileLocation.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-