Interface Tls.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Tls.Builder,,- Tls> - SdkBuilder<Tls.Builder,,- Tls> - SdkPojo
- Enclosing class:
- Tls
@Mutable
@NotThreadSafe
public static interface Tls.Builder
extends SdkPojo, CopyableBuilder<Tls.Builder,Tls> 
- 
Method SummaryModifier and TypeMethodDescriptioncertificateAuthorityArnList(String... certificateAuthorityArnList) List of ACM Certificate Authority ARNs.certificateAuthorityArnList(Collection<String> certificateAuthorityArnList) List of ACM Certificate Authority ARNs.Specifies whether you want to turn on or turn off TLS authentication.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
certificateAuthorityArnListList of ACM Certificate Authority ARNs. - Parameters:
- certificateAuthorityArnList-- List of ACM Certificate Authority ARNs. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
certificateAuthorityArnListList of ACM Certificate Authority ARNs. - Parameters:
- certificateAuthorityArnList-- List of ACM Certificate Authority ARNs. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
enabledSpecifies whether you want to turn on or turn off TLS authentication. - Parameters:
- enabled-- Specifies whether you want to turn on or turn off TLS authentication. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-