public static interface PutFileSystemPolicyResponse.Builder extends EfsResponse.Builder, SdkPojo, CopyableBuilder<PutFileSystemPolicyResponse.Builder,PutFileSystemPolicyResponse>
| Modifier and Type | Method and Description |
|---|---|
PutFileSystemPolicyResponse.Builder |
fileSystemId(String fileSystemId)
Specifies the EFS file system to which the
FileSystemPolicy applies. |
PutFileSystemPolicyResponse.Builder |
policy(String policy)
The JSON formatted
FileSystemPolicy for the EFS file system. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutFileSystemPolicyResponse.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.PutFileSystemPolicyResponse.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.