public static interface DescribeSslPoliciesResponse.Builder extends ElasticLoadBalancingV2Response.Builder, CopyableBuilder<DescribeSslPoliciesResponse.Builder,DescribeSslPoliciesResponse>
Modifier and Type | Method and Description |
---|---|
DescribeSslPoliciesResponse.Builder |
nextMarker(String nextMarker)
The marker to use when requesting the next set of results.
|
DescribeSslPoliciesResponse.Builder |
sslPolicies(Collection<SslPolicy> sslPolicies)
Information about the policies.
|
DescribeSslPoliciesResponse.Builder |
sslPolicies(Consumer<SslPolicy.Builder>... sslPolicies)
Information about the policies.
|
DescribeSslPoliciesResponse.Builder |
sslPolicies(SslPolicy... sslPolicies)
Information about the policies.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeSslPoliciesResponse.Builder sslPolicies(Collection<SslPolicy> sslPolicies)
Information about the policies.
sslPolicies
- Information about the policies.DescribeSslPoliciesResponse.Builder sslPolicies(SslPolicy... sslPolicies)
Information about the policies.
sslPolicies
- Information about the policies.DescribeSslPoliciesResponse.Builder sslPolicies(Consumer<SslPolicy.Builder>... sslPolicies)
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 #sslPolicies(List)
.sslPolicies
- a consumer that will call methods on List.Builder
#sslPolicies(List)
DescribeSslPoliciesResponse.Builder nextMarker(String nextMarker)
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
nextMarker
- The marker to use when requesting the next set of results. If there are no additional results, the
string is empty.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.