Interface AddListenerCertificatesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AddListenerCertificatesResponse.Builder,,AddListenerCertificatesResponse> ElasticLoadBalancingV2Response.Builder,SdkBuilder<AddListenerCertificatesResponse.Builder,,AddListenerCertificatesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
- AddListenerCertificatesResponse
@Mutable
@NotThreadSafe
public static interface AddListenerCertificatesResponse.Builder
extends ElasticLoadBalancingV2Response.Builder, SdkPojo, CopyableBuilder<AddListenerCertificatesResponse.Builder,AddListenerCertificatesResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncertificates(Collection<Certificate> certificates) Information about the certificates in the certificate list.certificates(Consumer<Certificate.Builder>... certificates) Information about the certificates in the certificate list.certificates(Certificate... certificates) Information about the certificates in the certificate list.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.elasticloadbalancingv2.model.ElasticLoadBalancingV2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
certificates
Information about the certificates in the certificate list.
- Parameters:
certificates- Information about the certificates in the certificate list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificates
Information about the certificates in the certificate list.
- Parameters:
certificates- Information about the certificates in the certificate list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificates
Information about the certificates in the certificate list.
This is a convenience method that creates an instance of theCertificate.Builderavoiding the need to create one manually viaCertificate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocertificates(List<Certificate>).- Parameters:
certificates- a consumer that will call methods onCertificate.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-