Interface GetUserPolicyResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetUserPolicyResponse.Builder,,GetUserPolicyResponse> IamResponse.Builder,SdkBuilder<GetUserPolicyResponse.Builder,,GetUserPolicyResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetUserPolicyResponse
public static interface GetUserPolicyResponse.Builder
extends IamResponse.Builder, SdkPojo, CopyableBuilder<GetUserPolicyResponse.Builder,GetUserPolicyResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionpolicyDocument(String policyDocument) The policy document.policyName(String policyName) The name of the policy.The user the policy is associated with.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iam.model.IamResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
userName
The user the policy is associated with.
- Parameters:
 userName- The user the policy is associated with.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
policyName
The name of the policy.
- Parameters:
 policyName- The name of the policy.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
policyDocument
The policy document.
IAM stores policies in JSON format. However, resources that were created using CloudFormation templates can be formatted in YAML. CloudFormation always converts a YAML policy to JSON format before submitting it to IAM.
- Parameters:
 policyDocument- The policy document.IAM stores policies in JSON format. However, resources that were created using CloudFormation templates can be formatted in YAML. CloudFormation always converts a YAML policy to JSON format before submitting it to IAM.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -