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