Interface GetPolicyResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetPolicyResponse.Builder,,- GetPolicyResponse> - QBusinessResponse.Builder,- SdkBuilder<GetPolicyResponse.Builder,,- GetPolicyResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetPolicyResponse
@Mutable
@NotThreadSafe
public static interface GetPolicyResponse.Builder
extends QBusinessResponse.Builder, SdkPojo, CopyableBuilder<GetPolicyResponse.Builder,GetPolicyResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe JSON representation of the permission policy.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.qbusiness.model.QBusinessResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
policyThe JSON representation of the permission policy. - Parameters:
- policy- The JSON representation of the permission policy.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-