Interface PutFileSystemPolicyResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<PutFileSystemPolicyResponse.Builder,,PutFileSystemPolicyResponse> EfsResponse.Builder,SdkBuilder<PutFileSystemPolicyResponse.Builder,,PutFileSystemPolicyResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 PutFileSystemPolicyResponse
@Mutable
@NotThreadSafe
public static interface PutFileSystemPolicyResponse.Builder
extends EfsResponse.Builder, SdkPojo, CopyableBuilder<PutFileSystemPolicyResponse.Builder,PutFileSystemPolicyResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionfileSystemId(String fileSystemId) Specifies the EFS file system to which theFileSystemPolicyapplies.The JSON formattedFileSystemPolicyfor the EFS file system.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.efs.model.EfsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
fileSystemId
Specifies the EFS file system to which the
FileSystemPolicyapplies.- Parameters:
 fileSystemId- Specifies the EFS file system to which theFileSystemPolicyapplies.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
policy
The JSON formatted
FileSystemPolicyfor the EFS file system.- Parameters:
 policy- The JSON formattedFileSystemPolicyfor the EFS file system.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -