Interface SslProperties.Builder

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

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

    • disableSsl

      SslProperties.Builder disableSsl(Boolean disableSsl)

      A Boolean option to control whether SSL should be disabled.

      Parameters:
      disableSsl - A Boolean option to control whether SSL should be disabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.