public static interface LoadBalancerTlsCertificateSummary.Builder extends SdkPojo, CopyableBuilder<LoadBalancerTlsCertificateSummary.Builder,LoadBalancerTlsCertificateSummary>
Modifier and Type | Method and Description |
---|---|
LoadBalancerTlsCertificateSummary.Builder |
isAttached(Boolean isAttached)
When
true , the SSL/TLS certificate is attached to the Lightsail load balancer. |
LoadBalancerTlsCertificateSummary.Builder |
name(String name)
The name of the SSL/TLS certificate.
|
copy
applyMutation, build
LoadBalancerTlsCertificateSummary.Builder name(String name)
The name of the SSL/TLS certificate.
name
- The name of the SSL/TLS certificate.LoadBalancerTlsCertificateSummary.Builder isAttached(Boolean isAttached)
When true
, the SSL/TLS certificate is attached to the Lightsail load balancer.
isAttached
- When true
, the SSL/TLS certificate is attached to the Lightsail load balancer.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.