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
Modifier and TypeMethodDescriptionfileSystemId
(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 Details
-
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.
-