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 |
pageSize(Integer pageSize)
The maximum number of results to return with this call.
|
DescribeSSLPoliciesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildDescribeSSLPoliciesRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.