Interface GetResourcePolicyResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetResourcePolicyResponse.Builder,,GetResourcePolicyResponse> RumResponse.Builder,SdkBuilder<GetResourcePolicyResponse.Builder,,GetResourcePolicyResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetResourcePolicyResponse
@Mutable
@NotThreadSafe
public static interface GetResourcePolicyResponse.Builder
extends RumResponse.Builder, SdkPojo, CopyableBuilder<GetResourcePolicyResponse.Builder,GetResourcePolicyResponse>
-
Method Summary
Modifier and TypeMethodDescriptionpolicyDocument(String policyDocument) The JSON policy document that you requested.policyRevisionId(String policyRevisionId) The revision ID information for this version of the policy document that you requested.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.rum.model.RumResponse.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
-
policyDocument
The JSON policy document that you requested.
- Parameters:
policyDocument- The JSON policy document that you requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyRevisionId
The revision ID information for this version of the policy document that you requested.
- Parameters:
policyRevisionId- The revision ID information for this version of the policy document that you requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-