public static interface DescribeListenerCertificatesResponse.Builder extends ElasticLoadBalancingV2Response.Builder, SdkPojo, 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)
If there are additional results, this is the marker for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
nextMarker - If there are additional results, this is the marker for the next set of results. Otherwise, this is
null.Copyright © 2020. All rights reserved.