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(Consumer<PolicyAttributeTypeDescription.Builder>... 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.PolicyTypeDescription.Builder policyAttributeTypeDescriptions(Consumer<PolicyAttributeTypeDescription.Builder>... policyAttributeTypeDescriptions)
The description of the policy attributes associated with the policies defined by Elastic Load Balancing.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #policyAttributeTypeDescriptions(List)
.policyAttributeTypeDescriptions
- a consumer that will call methods on List.Builder
#policyAttributeTypeDescriptions(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.