Interface EfsStorageConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<EfsStorageConfiguration.Builder,,EfsStorageConfiguration> SdkBuilder<EfsStorageConfiguration.Builder,,EfsStorageConfiguration> SdkPojo
- Enclosing class:
 EfsStorageConfiguration
public static interface EfsStorageConfiguration.Builder
extends SdkPojo, CopyableBuilder<EfsStorageConfiguration.Builder,EfsStorageConfiguration> 
- 
Method Summary
Modifier 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.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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
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.
 
 
 -