Interface PutFileSystemPolicyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<PutFileSystemPolicyResponse.Builder,PutFileSystemPolicyResponse>,EfsResponse.Builder,SdkBuilder<PutFileSystemPolicyResponse.Builder,PutFileSystemPolicyResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- PutFileSystemPolicyResponse
public static interface PutFileSystemPolicyResponse.Builder extends EfsResponse.Builder, SdkPojo, CopyableBuilder<PutFileSystemPolicyResponse.Builder,PutFileSystemPolicyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutFileSystemPolicyResponse.BuilderfileSystemId(String fileSystemId)Specifies the EFS file system to which theFileSystemPolicyapplies.PutFileSystemPolicyResponse.Builderpolicy(String policy)The JSON formattedFileSystemPolicyfor the EFS file system.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.efs.model.EfsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
fileSystemId
PutFileSystemPolicyResponse.Builder fileSystemId(String 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
PutFileSystemPolicyResponse.Builder policy(String 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.
-
-