Interface LoadBalancerTlsCertificateSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LoadBalancerTlsCertificateSummary.Builder,LoadBalancerTlsCertificateSummary>,SdkBuilder<LoadBalancerTlsCertificateSummary.Builder,LoadBalancerTlsCertificateSummary>,SdkPojo
- Enclosing class:
- LoadBalancerTlsCertificateSummary
public static interface LoadBalancerTlsCertificateSummary.Builder extends SdkPojo, CopyableBuilder<LoadBalancerTlsCertificateSummary.Builder,LoadBalancerTlsCertificateSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadBalancerTlsCertificateSummary.BuilderisAttached(Boolean isAttached)Whentrue, the SSL/TLS certificate is attached to the Lightsail load balancer.LoadBalancerTlsCertificateSummary.Buildername(String name)The name of the SSL/TLS certificate.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
LoadBalancerTlsCertificateSummary.Builder name(String name)
The name of the SSL/TLS certificate.
- Parameters:
name- The name of the SSL/TLS certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isAttached
LoadBalancerTlsCertificateSummary.Builder isAttached(Boolean isAttached)
When
true, the SSL/TLS certificate is attached to the Lightsail load balancer.- Parameters:
isAttached- Whentrue, the SSL/TLS certificate is attached to the Lightsail load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-