Interface QuicksightDashboardSourceEntitySourceTemplateDataSetReferences
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
QuicksightDashboardSourceEntitySourceTemplateDataSetReferences.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.506Z") @Stability(Stable) public interface QuicksightDashboardSourceEntitySourceTemplateDataSetReferences extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classQuicksightDashboardSourceEntitySourceTemplateDataSetReferences.Builderstatic classQuicksightDashboardSourceEntitySourceTemplateDataSetReferences.Jsii$ProxyAn implementation forQuicksightDashboardSourceEntitySourceTemplateDataSetReferences
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static QuicksightDashboardSourceEntitySourceTemplateDataSetReferences.Builderbuilder()StringgetDataSetArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#data_set_arn QuicksightDashboard#data_set_arn}.StringgetDataSetPlaceholder()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#data_set_placeholder QuicksightDashboard#data_set_placeholder}.
-
-
-
Method Detail
-
getDataSetArn
@Stability(Stable) @NotNull String getDataSetArn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#data_set_arn QuicksightDashboard#data_set_arn}.
-
getDataSetPlaceholder
@Stability(Stable) @NotNull String getDataSetPlaceholder()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#data_set_placeholder QuicksightDashboard#data_set_placeholder}.
-
builder
@Stability(Stable) static QuicksightDashboardSourceEntitySourceTemplateDataSetReferences.Builder builder()
-
-