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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SslProperties.BuilderdisableSsl(Boolean disableSsl)A Boolean option to control whether SSL should be disabled.-
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
-
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.
-
-