Interface EfsStorageConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<EfsStorageConfiguration.Builder,,- EfsStorageConfiguration> - SdkBuilder<EfsStorageConfiguration.Builder,,- EfsStorageConfiguration> - SdkPojo
- Enclosing class:
- EfsStorageConfiguration
@Mutable
@NotThreadSafe
public static interface EfsStorageConfiguration.Builder
extends SdkPojo, CopyableBuilder<EfsStorageConfiguration.Builder,EfsStorageConfiguration> 
- 
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.
 
 
-