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
Modifier and TypeMethodDescriptionfileSystemPolicy
(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 Details
-
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.
-