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