Interface EFSFileSystem.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<EFSFileSystem.Builder,EFSFileSystem>
,SdkBuilder<EFSFileSystem.Builder,EFSFileSystem>
,SdkPojo
- Enclosing class:
- EFSFileSystem
public static interface EFSFileSystem.Builder extends SdkPojo, CopyableBuilder<EFSFileSystem.Builder,EFSFileSystem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EFSFileSystem.Builder
fileSystemId(String fileSystemId)
The ID of your Amazon EFS file system.-
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, sdkFields
-
-
-
-
Method Detail
-
fileSystemId
EFSFileSystem.Builder fileSystemId(String fileSystemId)
The ID of your Amazon EFS file system.
- Parameters:
fileSystemId
- The ID of your Amazon EFS file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-