public static interface DescribeFileSystemPolicyResponse.Builder extends EfsResponse.Builder, SdkPojo, CopyableBuilder<DescribeFileSystemPolicyResponse.Builder,DescribeFileSystemPolicyResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeFileSystemPolicyResponse.Builder |
fileSystemId(String fileSystemId)
Specifies the EFS file system to which the
FileSystemPolicy applies. |
DescribeFileSystemPolicyResponse.Builder |
policy(String policy)
The JSON formatted
FileSystemPolicy for the EFS file system. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFileSystemPolicyResponse.Builder fileSystemId(String fileSystemId)
Specifies the EFS file system to which the FileSystemPolicy applies.
fileSystemId - Specifies the EFS file system to which the FileSystemPolicy applies.DescribeFileSystemPolicyResponse.Builder policy(String policy)
The JSON formatted FileSystemPolicy for the EFS file system.
policy - The JSON formatted FileSystemPolicy for the EFS file system.Copyright © 2023. All rights reserved.