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
Modifier and TypeMethodDescriptiondisableSsl(Boolean disableSsl) A Boolean option to control whether SSL should be disabled.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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.
 
 
 -