Interface GetClusterPolicyResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetClusterPolicyResponse.Builder,,GetClusterPolicyResponse> DsqlResponse.Builder,SdkBuilder<GetClusterPolicyResponse.Builder,,GetClusterPolicyResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetClusterPolicyResponse
@Mutable
@NotThreadSafe
public static interface GetClusterPolicyResponse.Builder
extends DsqlResponse.Builder, SdkPojo, CopyableBuilder<GetClusterPolicyResponse.Builder,GetClusterPolicyResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe resource-based policy document attached to the cluster, returned as a JSON string.policyVersion(String policyVersion) The version of the policy document.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.dsql.model.DsqlResponse.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
-
policy
The resource-based policy document attached to the cluster, returned as a JSON string.
- Parameters:
policy- The resource-based policy document attached to the cluster, returned as a JSON string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyVersion
The version of the policy document. This version number is incremented each time the policy is updated.
- Parameters:
policyVersion- The version of the policy document. This version number is incremented each time the policy is updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-