Interface GetPolicyResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetPolicyResponse.Builder,,GetPolicyResponse> EntityResolutionResponse.Builder,SdkBuilder<GetPolicyResponse.Builder,,GetPolicyResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetPolicyResponse
@Mutable
@NotThreadSafe
public static interface GetPolicyResponse.Builder
extends EntityResolutionResponse.Builder, SdkPojo, CopyableBuilder<GetPolicyResponse.Builder,GetPolicyResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe Entity Resolution resource ARN.The resource-based policy.A unique identifier for the current revision of the policy.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.entityresolution.model.EntityResolutionResponse.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
- 
arn
The Entity Resolution resource ARN.
- Parameters:
 arn- The Entity Resolution resource ARN.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
token
A unique identifier for the current revision of the policy.
- Parameters:
 token- A unique identifier for the current revision of the policy.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
policy
The resource-based policy.
- Parameters:
 policy- The resource-based policy.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -