Interface FsxStorageConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<FsxStorageConfiguration.Builder,,- FsxStorageConfiguration> - SdkBuilder<FsxStorageConfiguration.Builder,,- FsxStorageConfiguration> - SdkPojo
- Enclosing class:
- FsxStorageConfiguration
@Mutable
@NotThreadSafe
public static interface FsxStorageConfiguration.Builder
extends SdkPojo, CopyableBuilder<FsxStorageConfiguration.Builder,FsxStorageConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptionfileSystemId(String fileSystemId) The file system identifier.mountPoint(String mountPoint) The mount point for the 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 file system identifier. - Parameters:
- fileSystemId- The file system identifier.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
mountPointThe 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.
 
 
-