Class QuicksightDataSourceSslProperties.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.quicksight_data_source.QuicksightDataSourceSslProperties.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<QuicksightDataSourceSslProperties>
- Enclosing interface:
- QuicksightDataSourceSslProperties
@Stability(Stable) public static final class QuicksightDataSourceSslProperties.Builder extends Object implements software.amazon.jsii.Builder<QuicksightDataSourceSslProperties>
A builder forQuicksightDataSourceSslProperties
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuicksightDataSourceSslPropertiesbuild()Builds the configured instance.QuicksightDataSourceSslProperties.BuilderdisableSsl(com.hashicorp.cdktf.IResolvable disableSsl)Sets the value ofQuicksightDataSourceSslProperties.getDisableSsl()QuicksightDataSourceSslProperties.BuilderdisableSsl(Boolean disableSsl)Sets the value ofQuicksightDataSourceSslProperties.getDisableSsl()
-
-
-
Method Detail
-
disableSsl
@Stability(Stable) public QuicksightDataSourceSslProperties.Builder disableSsl(Boolean disableSsl)
Sets the value ofQuicksightDataSourceSslProperties.getDisableSsl()- Parameters:
disableSsl- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#disable_ssl QuicksightDataSource#disable_ssl}. This parameter is required.- Returns:
this
-
disableSsl
@Stability(Stable) public QuicksightDataSourceSslProperties.Builder disableSsl(com.hashicorp.cdktf.IResolvable disableSsl)
Sets the value ofQuicksightDataSourceSslProperties.getDisableSsl()- Parameters:
disableSsl- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#disable_ssl QuicksightDataSource#disable_ssl}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public QuicksightDataSourceSslProperties build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<QuicksightDataSourceSslProperties>- Returns:
- a new instance of
QuicksightDataSourceSslProperties - Throws:
NullPointerException- if any required attribute was not provided
-
-