Class CfnDataSourcePropsMixin.SslPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSourcePropsMixin.SslPropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSourcePropsMixin.SslPropertiesProperty>
- Enclosing interface:
CfnDataSourcePropsMixin.SslPropertiesProperty
@Stability(Stable)
public static final class CfnDataSourcePropsMixin.SslPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSourcePropsMixin.SslPropertiesProperty>
A builder for
CfnDataSourcePropsMixin.SslPropertiesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.disableSsl(Boolean disableSsl) Sets the value ofCfnDataSourcePropsMixin.SslPropertiesProperty.getDisableSsl()disableSsl(IResolvable disableSsl) Sets the value ofCfnDataSourcePropsMixin.SslPropertiesProperty.getDisableSsl()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
disableSsl
@Stability(Stable) public CfnDataSourcePropsMixin.SslPropertiesProperty.Builder disableSsl(Boolean disableSsl) Sets the value ofCfnDataSourcePropsMixin.SslPropertiesProperty.getDisableSsl()- Parameters:
disableSsl- A Boolean option to control whether SSL should be disabled.- Returns:
this
-
disableSsl
@Stability(Stable) public CfnDataSourcePropsMixin.SslPropertiesProperty.Builder disableSsl(IResolvable disableSsl) Sets the value ofCfnDataSourcePropsMixin.SslPropertiesProperty.getDisableSsl()- Parameters:
disableSsl- A Boolean option to control whether SSL should be disabled.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSourcePropsMixin.SslPropertiesProperty>- Returns:
- a new instance of
CfnDataSourcePropsMixin.SslPropertiesProperty - Throws:
NullPointerException- if any required attribute was not provided
-