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