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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EfsStorageConfiguration.BuilderfileSystemId(String fileSystemId)The file system identifier.EfsStorageConfiguration.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
EfsStorageConfiguration.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
EfsStorageConfiguration.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.
-
-