CopyableBuilder<DescribeSSLPoliciesRequest.Builder,DescribeSSLPoliciesRequest>
, SdkBuilder<DescribeSSLPoliciesRequest.Builder,DescribeSSLPoliciesRequest>
public static interface DescribeSSLPoliciesRequest.Builder extends CopyableBuilder<DescribeSSLPoliciesRequest.Builder,DescribeSSLPoliciesRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeSSLPoliciesRequest.Builder |
marker(String marker) |
The marker for the next set of results.
|
DescribeSSLPoliciesRequest.Builder |
names(String... names) |
The names of the policies.
|
DescribeSSLPoliciesRequest.Builder |
names(Collection<String> names) |
The names of the policies.
|
DescribeSSLPoliciesRequest.Builder |
pageSize(Integer pageSize) |
The maximum number of results to return with this call.
|
copy
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setNames(java.util.Collection)
or #withNames(java.util.Collection)
if you want to override
the existing values.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.