CopyableBuilder<CreatePolicyResponse.Builder,CreatePolicyResponse>
, SdkBuilder<CreatePolicyResponse.Builder,CreatePolicyResponse>
public static interface CreatePolicyResponse.Builder extends CopyableBuilder<CreatePolicyResponse.Builder,CreatePolicyResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
CreatePolicyResponse.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.