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 |
certificates(Consumer<Certificate.Builder>... certificates)
Information about the certificates.
|
DescribeListenerCertificatesResponse.Builder |
nextMarker(String nextMarker)
The marker to use when requesting the next set of results.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 certificates(Consumer<Certificate.Builder>... certificates)
Information about the certificates.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #certificates(List) .certificates - a consumer that will call methods on List.Builder #certificates(List) 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.