Interface FSxLustreFileSystem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FSxLustreFileSystem.Builder,
,FSxLustreFileSystem> SdkBuilder<FSxLustreFileSystem.Builder,
,FSxLustreFileSystem> SdkPojo
- Enclosing class:
FSxLustreFileSystem
@Mutable
@NotThreadSafe
public static interface FSxLustreFileSystem.Builder
extends SdkPojo, CopyableBuilder<FSxLustreFileSystem.Builder,FSxLustreFileSystem>
-
Method Summary
Modifier and TypeMethodDescriptionfileSystemId
(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 Details
-
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.
-