public static interface PolicyTypeDescription.Builder extends SdkPojo, 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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.
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 method that creates an instance of thePolicyAttributeTypeDescription.Builder
avoiding the need to create one manually via
PolicyAttributeTypeDescription.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #policyAttributeTypeDescriptions(List.
policyAttributeTypeDescriptions - a consumer that will call methods on
PolicyAttributeTypeDescription.Builder#policyAttributeTypeDescriptions(java.util.Collection) Copyright © 2023. All rights reserved.