public static interface DescribeSslPoliciesResponse.Builder extends ElasticLoadBalancingV2Response.Builder, SdkPojo, CopyableBuilder<DescribeSslPoliciesResponse.Builder,DescribeSslPoliciesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeSslPoliciesResponse.Builder |
nextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results.
|
DescribeSslPoliciesResponse.Builder |
sslPolicies(Collection<SslPolicy> sslPolicies)
Information about the security policies.
|
DescribeSslPoliciesResponse.Builder |
sslPolicies(Consumer<SslPolicy.Builder>... sslPolicies)
Information about the security policies.
|
DescribeSslPoliciesResponse.Builder |
sslPolicies(SslPolicy... sslPolicies)
Information about the security policies.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSslPoliciesResponse.Builder sslPolicies(Collection<SslPolicy> sslPolicies)
Information about the security policies.
sslPolicies - Information about the security policies.DescribeSslPoliciesResponse.Builder sslPolicies(SslPolicy... sslPolicies)
Information about the security policies.
sslPolicies - Information about the security policies.DescribeSslPoliciesResponse.Builder sslPolicies(Consumer<SslPolicy.Builder>... sslPolicies)
Information about the security policies.
This is a convenience method that creates an instance of theSslPolicy.Builder avoiding the need to
create one manually via
SslPolicy.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #sslPolicies(List.
sslPolicies - a consumer that will call methods on
SslPolicy.Builder#sslPolicies(java.util.Collection) DescribeSslPoliciesResponse.Builder nextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
nextMarker - If there are additional results, this is the marker for the next set of results. Otherwise, this is
null.Copyright © 2022. All rights reserved.