Interface EFSFileSystem.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<EFSFileSystem.Builder,,- EFSFileSystem> - SdkBuilder<EFSFileSystem.Builder,,- EFSFileSystem> - SdkPojo
- Enclosing class:
- EFSFileSystem
@Mutable
@NotThreadSafe
public static interface EFSFileSystem.Builder
extends SdkPojo, CopyableBuilder<EFSFileSystem.Builder,EFSFileSystem> 
- 
Method SummaryModifier and TypeMethodDescriptionfileSystemId(String fileSystemId) The ID of your Amazon EFS file system.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
fileSystemIdThe 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.
 
 
-