Interface EfsFileSystemConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EfsFileSystemConfiguration.Builder,EfsFileSystemConfiguration>,SdkBuilder<EfsFileSystemConfiguration.Builder,EfsFileSystemConfiguration>,SdkPojo
- Enclosing class:
- EfsFileSystemConfiguration
public static interface EfsFileSystemConfiguration.Builder extends SdkPojo, CopyableBuilder<EfsFileSystemConfiguration.Builder,EfsFileSystemConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EfsFileSystemConfiguration.BuilderfileSystemPolicy(String fileSystemPolicy)The JSON policy definition to apply to the Amazon EFS 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
-
fileSystemPolicy
EfsFileSystemConfiguration.Builder fileSystemPolicy(String fileSystemPolicy)
The JSON policy definition to apply to the Amazon EFS file system. For more information on the elements that make up a file system policy, see Amazon EFS Resource-based policies.
- Parameters:
fileSystemPolicy- The JSON policy definition to apply to the Amazon EFS file system. For more information on the elements that make up a file system policy, see Amazon EFS Resource-based policies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-