Interface Tls.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Tls.Builder,
,Tls> SdkBuilder<Tls.Builder,
,Tls> SdkPojo
- Enclosing class:
Tls
-
Method Summary
Modifier 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.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 Details
-
certificateAuthorityArnList
List 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.
-
certificateAuthorityArnList
List 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.
-
enabled
Specifies 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.
-