Interface Tls.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Tls.Builder,Tls>, SdkBuilder<Tls.Builder,Tls>, SdkPojo
Enclosing class:
Tls

public static interface Tls.Builder extends SdkPojo, CopyableBuilder<Tls.Builder,Tls>
  • Method Details

    • certificateAuthorityArnList

      Tls.Builder certificateAuthorityArnList(Collection<String> 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

      Tls.Builder certificateAuthorityArnList(String... 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

      Tls.Builder enabled(Boolean 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.