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