Interface GetAccessPointPolicyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetAccessPointPolicyResponse.Builder,GetAccessPointPolicyResponse>,S3ControlResponse.Builder,SdkBuilder<GetAccessPointPolicyResponse.Builder,GetAccessPointPolicyResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetAccessPointPolicyResponse
public static interface GetAccessPointPolicyResponse.Builder extends S3ControlResponse.Builder, SdkPojo, CopyableBuilder<GetAccessPointPolicyResponse.Builder,GetAccessPointPolicyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAccessPointPolicyResponse.Builderpolicy(String policy)The access point policy associated with the specified access point.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.s3control.model.S3ControlResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
policy
GetAccessPointPolicyResponse.Builder policy(String policy)
The access point policy associated with the specified access point.
- Parameters:
policy- The access point policy associated with the specified access point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-