CopyableBuilder<GetPolicyResponse.Builder,GetPolicyResponse>
, SdkBuilder<GetPolicyResponse.Builder,GetPolicyResponse>
public static interface GetPolicyResponse.Builder extends CopyableBuilder<GetPolicyResponse.Builder,GetPolicyResponse>
Modifier and Type | Method | Description |
---|---|---|
GetPolicyResponse.Builder |
defaultVersionId(String defaultVersionId) |
The default policy version ID.
|
GetPolicyResponse.Builder |
policyArn(String policyArn) |
The policy ARN.
|
GetPolicyResponse.Builder |
policyDocument(String policyDocument) |
The JSON document that describes the policy.
|
GetPolicyResponse.Builder |
policyName(String policyName) |
The policy name.
|
copy
apply, build
GetPolicyResponse.Builder policyName(String policyName)
The policy name.
policyName
- The policy name.GetPolicyResponse.Builder policyArn(String policyArn)
The policy ARN.
policyArn
- The policy ARN.GetPolicyResponse.Builder policyDocument(String policyDocument)
The JSON document that describes the policy.
policyDocument
- The JSON document that describes the policy.GetPolicyResponse.Builder defaultVersionId(String defaultVersionId)
The default policy version ID.
defaultVersionId
- The default policy version ID.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.