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 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) Copyright © 2019. All rights reserved.