public static interface DescribeSslPoliciesRequest.Builder extends ElasticLoadBalancingV2Request.Builder, CopyableBuilder<DescribeSslPoliciesRequest.Builder,DescribeSslPoliciesRequest>
Modifier and Type | Method and Description |
---|---|
DescribeSslPoliciesRequest.Builder |
marker(String marker)
The marker for the next set of results.
|
DescribeSslPoliciesRequest.Builder |
names(Collection<String> names)
The names of the policies.
|
DescribeSslPoliciesRequest.Builder |
names(String... names)
The names of the policies.
|
DescribeSslPoliciesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeSslPoliciesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeSslPoliciesRequest.Builder |
pageSize(Integer pageSize)
The maximum number of results to return with this call.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeSslPoliciesRequest.Builder names(Collection<String> names)
The names of the policies.
names
- The names of the policies.DescribeSslPoliciesRequest.Builder names(String... names)
The names of the policies.
names
- The names of the policies.DescribeSslPoliciesRequest.Builder marker(String marker)
The marker for the next set of results. (You received this marker from a previous call.)
marker
- The marker for the next set of results. (You received this marker from a previous call.)DescribeSslPoliciesRequest.Builder pageSize(Integer pageSize)
The maximum number of results to return with this call.
pageSize
- The maximum number of results to return with this call.DescribeSslPoliciesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeSslPoliciesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.