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