public static interface DescribeLoadBalancerPoliciesResponse.Builder extends ElasticLoadBalancingResponse.Builder, SdkPojo, CopyableBuilder<DescribeLoadBalancerPoliciesResponse.Builder,DescribeLoadBalancerPoliciesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeLoadBalancerPoliciesResponse.Builder |
policyDescriptions(Collection<PolicyDescription> policyDescriptions)
Information about the policies.
|
DescribeLoadBalancerPoliciesResponse.Builder |
policyDescriptions(Consumer<PolicyDescription.Builder>... policyDescriptions)
Information about the policies.
|
DescribeLoadBalancerPoliciesResponse.Builder |
policyDescriptions(PolicyDescription... policyDescriptions)
Information about the policies.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeLoadBalancerPoliciesResponse.Builder policyDescriptions(Collection<PolicyDescription> policyDescriptions)
Information about the policies.
policyDescriptions - Information about the policies.DescribeLoadBalancerPoliciesResponse.Builder policyDescriptions(PolicyDescription... policyDescriptions)
Information about the policies.
policyDescriptions - Information about the policies.DescribeLoadBalancerPoliciesResponse.Builder policyDescriptions(Consumer<PolicyDescription.Builder>... policyDescriptions)
Information about the policies.
This is a convenience method that creates an instance of thePolicyDescription.Builder avoiding the
need to create one manually via
PolicyDescription.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #policyDescriptions(List.
policyDescriptions - a consumer that will call methods on
PolicyDescription.Builder#policyDescriptions(java.util.Collection) Copyright © 2023. All rights reserved.