Interface EfsFileLocation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EfsFileLocation.Builder,EfsFileLocation>,SdkBuilder<EfsFileLocation.Builder,EfsFileLocation>,SdkPojo
- Enclosing class:
- EfsFileLocation
public static interface EfsFileLocation.Builder extends SdkPojo, CopyableBuilder<EfsFileLocation.Builder,EfsFileLocation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EfsFileLocation.BuilderfileSystemId(String fileSystemId)The identifier of the file system, assigned by Amazon EFS.EfsFileLocation.Builderpath(String path)The pathname for the folder being used by a workflow.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
fileSystemId
EfsFileLocation.Builder fileSystemId(String fileSystemId)
The identifier of the file system, assigned by Amazon EFS.
- Parameters:
fileSystemId- The identifier of the file system, assigned by Amazon EFS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
path
EfsFileLocation.Builder path(String path)
The pathname for the folder being used by a workflow.
- Parameters:
path- The pathname for the folder being used by a workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-