public static interface GetPolicyResponse.Builder extends IoTResponse.Builder, CopyableBuilder<GetPolicyResponse.Builder,GetPolicyResponse>
| Modifier and Type | Method and 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetPolicyResponse.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.