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, sdkHttpResponsecopyapplyMutation, 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 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 #policyDescriptions(List) .policyDescriptions - a consumer that will call methods on List.Builder #policyDescriptions(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.