public static interface CreatePolicyResponse.Builder extends IoTResponse.Builder, CopyableBuilder<CreatePolicyResponse.Builder,CreatePolicyResponse>
| Modifier and Type | Method and Description |
|---|---|
CreatePolicyResponse.Builder |
policyArn(String policyArn)
The policy ARN.
|
CreatePolicyResponse.Builder |
policyDocument(String policyDocument)
The JSON document that describes the policy.
|
CreatePolicyResponse.Builder |
policyName(String policyName)
The policy name.
|
CreatePolicyResponse.Builder |
policyVersionId(String policyVersionId)
The policy version ID.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCreatePolicyResponse.Builder policyName(String policyName)
The policy name.
policyName - The policy name.CreatePolicyResponse.Builder policyArn(String policyArn)
The policy ARN.
policyArn - The policy ARN.CreatePolicyResponse.Builder policyDocument(String policyDocument)
The JSON document that describes the policy.
policyDocument - The JSON document that describes the policy.CreatePolicyResponse.Builder policyVersionId(String policyVersionId)
The policy version ID.
policyVersionId - The policy version ID.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.