CopyableBuilder<PolicyTypeDescription.Builder,PolicyTypeDescription>, SdkBuilder<PolicyTypeDescription.Builder,PolicyTypeDescription>public static interface PolicyTypeDescription.Builder extends CopyableBuilder<PolicyTypeDescription.Builder,PolicyTypeDescription>
| Modifier and Type | Method | Description |
|---|---|---|
PolicyTypeDescription.Builder |
description(String description) |
A description of the policy type.
|
PolicyTypeDescription.Builder |
policyAttributeTypeDescriptions(Collection<PolicyAttributeTypeDescription> policyAttributeTypeDescriptions) |
The description of the policy attributes associated with the policies defined by Elastic Load Balancing.
|
PolicyTypeDescription.Builder |
policyAttributeTypeDescriptions(PolicyAttributeTypeDescription... policyAttributeTypeDescriptions) |
The description of the policy attributes associated with the policies defined by Elastic Load Balancing.
|
PolicyTypeDescription.Builder |
policyTypeName(String policyTypeName) |
The name of the policy type.
|
copyapply, buildPolicyTypeDescription.Builder policyTypeName(String policyTypeName)
The name of the policy type.
policyTypeName - The name of the policy type.PolicyTypeDescription.Builder description(String description)
A description of the policy type.
description - A description of the policy type.PolicyTypeDescription.Builder policyAttributeTypeDescriptions(Collection<PolicyAttributeTypeDescription> policyAttributeTypeDescriptions)
The description of the policy attributes associated with the policies defined by Elastic Load Balancing.
policyAttributeTypeDescriptions - The description of the policy attributes associated with the policies defined by Elastic Load
Balancing.PolicyTypeDescription.Builder policyAttributeTypeDescriptions(PolicyAttributeTypeDescription... policyAttributeTypeDescriptions)
The description of the policy attributes associated with the policies defined by Elastic Load Balancing.
NOTE: This method appends the values to the existing list (if any). Use
#setPolicyAttributeTypeDescriptions(java.util.Collection) or
#withPolicyAttributeTypeDescriptions(java.util.Collection) if you want to override the existing
values.
policyAttributeTypeDescriptions - The description of the policy attributes associated with the policies defined by Elastic Load
Balancing.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.