public static interface DescribeLoadBalancerPoliciesResponse.Builder extends ElasticLoadBalancingResponse.Builder, CopyableBuilder<DescribeLoadBalancerPoliciesResponse.Builder,DescribeLoadBalancerPoliciesResponse>
Modifier and Type | Method and Description |
---|---|
DescribeLoadBalancerPoliciesResponse.Builder |
policyDescriptions(Collection<PolicyDescription> policyDescriptions)
Information about the policies.
|
DescribeLoadBalancerPoliciesResponse.Builder |
policyDescriptions(PolicyDescription... policyDescriptions)
Information about the policies.
|
build
copy
apply, build
DescribeLoadBalancerPoliciesResponse.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.