public static interface DescribeListenerCertificatesResponse.Builder extends ElasticLoadBalancingv2Response.Builder, CopyableBuilder<DescribeListenerCertificatesResponse.Builder,DescribeListenerCertificatesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeListenerCertificatesResponse.Builder |
certificates(Certificate... certificates)
Information about the certificates.
|
DescribeListenerCertificatesResponse.Builder |
certificates(Collection<Certificate> certificates)
Information about the certificates.
|
DescribeListenerCertificatesResponse.Builder |
nextMarker(String nextMarker)
The marker to use when requesting the next set of results.
|
buildcopyapply, buildDescribeListenerCertificatesResponse.Builder certificates(Collection<Certificate> certificates)
Information about the certificates.
certificates - Information about the certificates.DescribeListenerCertificatesResponse.Builder certificates(Certificate... certificates)
Information about the certificates.
certificates - Information about the certificates.DescribeListenerCertificatesResponse.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.