CopyableBuilder<DescribeSSLPoliciesResponse.Builder,DescribeSSLPoliciesResponse>
, SdkBuilder<DescribeSSLPoliciesResponse.Builder,DescribeSSLPoliciesResponse>
public static interface DescribeSSLPoliciesResponse.Builder extends CopyableBuilder<DescribeSSLPoliciesResponse.Builder,DescribeSSLPoliciesResponse>
Modifier and Type | Method | 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(SslPolicy... sslPolicies) |
Information about the policies.
|
copy
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setSslPolicies(java.util.Collection)
or #withSslPolicies(java.util.Collection)
if you want
to override the existing values.
sslPolicies
- Information about the policies.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.