public static final class CfnDataSource.SslPropertiesProperty.Builder
extends java.lang.Object
CfnDataSource.SslPropertiesProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnDataSource.SslPropertiesProperty |
build()
Builds the configured instance.
|
CfnDataSource.SslPropertiesProperty.Builder |
disableSsl(java.lang.Boolean disableSsl)
Sets the value of
CfnDataSource.SslPropertiesProperty.getDisableSsl() |
CfnDataSource.SslPropertiesProperty.Builder |
disableSsl(IResolvable disableSsl)
Sets the value of
CfnDataSource.SslPropertiesProperty.getDisableSsl() |
public CfnDataSource.SslPropertiesProperty.Builder disableSsl(java.lang.Boolean disableSsl)
CfnDataSource.SslPropertiesProperty.getDisableSsl()
disableSsl
- A Boolean option to control whether SSL should be disabled.this
public CfnDataSource.SslPropertiesProperty.Builder disableSsl(IResolvable disableSsl)
CfnDataSource.SslPropertiesProperty.getDisableSsl()
disableSsl
- A Boolean option to control whether SSL should be disabled.this
public CfnDataSource.SslPropertiesProperty build()
CfnDataSource.SslPropertiesProperty
java.lang.NullPointerException
- if any required attribute was not provided