CopyableBuilder<PolicyDescription.Builder,PolicyDescription>
, SdkBuilder<PolicyDescription.Builder,PolicyDescription>
public static interface PolicyDescription.Builder extends CopyableBuilder<PolicyDescription.Builder,PolicyDescription>
Modifier and Type | Method | 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.
NOTE: This method appends the values to the existing list (if any). Use
#setPolicyAttributeDescriptions(java.util.Collection)
or
#withPolicyAttributeDescriptions(java.util.Collection)
if you want to override the existing values.
policyAttributeDescriptions
- The policy attributes.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.