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 method that creates an instance of theCertificate.Builder avoiding the need to
create one manually via
Certificate.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #certificates(List.
certificates - a consumer that will call methods on
Certificate.Builder#certificates(java.util.Collection) 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 © 2023. All rights reserved.