public static interface AddListenerCertificatesResponse.Builder extends ElasticLoadBalancingV2Response.Builder, SdkPojo, CopyableBuilder<AddListenerCertificatesResponse.Builder,AddListenerCertificatesResponse>
| Modifier and Type | Method and Description |
|---|---|
AddListenerCertificatesResponse.Builder |
certificates(Certificate... certificates)
Information about the certificates in the certificate list.
|
AddListenerCertificatesResponse.Builder |
certificates(Collection<Certificate> certificates)
Information about the certificates in the certificate list.
|
AddListenerCertificatesResponse.Builder |
certificates(Consumer<Certificate.Builder>... certificates)
Information about the certificates in the certificate list.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAddListenerCertificatesResponse.Builder certificates(Collection<Certificate> certificates)
Information about the certificates in the certificate list.
certificates - Information about the certificates in the certificate list.AddListenerCertificatesResponse.Builder certificates(Certificate... certificates)
Information about the certificates in the certificate list.
certificates - Information about the certificates in the certificate list.AddListenerCertificatesResponse.Builder certificates(Consumer<Certificate.Builder>... certificates)
Information about the certificates in the certificate list.
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) Copyright © 2022. All rights reserved.