public static interface PolicyDescription.Builder extends CopyableBuilder<PolicyDescription.Builder,PolicyDescription>
Modifier and Type | Method and Description |
---|---|
PolicyDescription.Builder |
policyAttributeDescriptions(Collection<PolicyAttributeDescription> policyAttributeDescriptions)
The policy attributes.
|
PolicyDescription.Builder |
policyAttributeDescriptions(PolicyAttributeDescription... policyAttributeDescriptions)
The policy attributes.
|
PolicyDescription.Builder |
policyName(String policyName)
The name of the policy.
|
PolicyDescription.Builder |
policyTypeName(String policyTypeName)
The name of the policy type.
|
copy
apply, build
PolicyDescription.Builder policyName(String policyName)
The name of the policy.
policyName
- The name of the policy.PolicyDescription.Builder policyTypeName(String policyTypeName)
The name of the policy type.
policyTypeName
- The name of the policy type.PolicyDescription.Builder policyAttributeDescriptions(Collection<PolicyAttributeDescription> policyAttributeDescriptions)
The policy attributes.
policyAttributeDescriptions
- The policy attributes.PolicyDescription.Builder policyAttributeDescriptions(PolicyAttributeDescription... policyAttributeDescriptions)
The policy attributes.
policyAttributeDescriptions
- The policy attributes.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.