Interface GetFileSystemPolicyResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetFileSystemPolicyResponse.Builder,,GetFileSystemPolicyResponse> S3FilesResponse.Builder,SdkBuilder<GetFileSystemPolicyResponse.Builder,,GetFileSystemPolicyResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetFileSystemPolicyResponse
@Mutable
@NotThreadSafe
public static interface GetFileSystemPolicyResponse.Builder
extends S3FilesResponse.Builder, SdkPojo, CopyableBuilder<GetFileSystemPolicyResponse.Builder,GetFileSystemPolicyResponse>
-
Method Summary
Modifier and TypeMethodDescriptionfileSystemId(String fileSystemId) The ID of the file system.The JSON-formatted resource policy for the file system.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.s3files.model.S3FilesResponse.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
The ID of the file system.
- Parameters:
fileSystemId- The ID of the file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policy
The JSON-formatted resource policy for the file system.
- Parameters:
policy- The JSON-formatted resource policy for the file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-