Interface QuicksightDashboardParametersDecimalParameters
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
QuicksightDashboardParametersDecimalParameters.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.504Z") @Stability(Stable) public interface QuicksightDashboardParametersDecimalParameters extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classQuicksightDashboardParametersDecimalParameters.BuilderA builder forQuicksightDashboardParametersDecimalParametersstatic classQuicksightDashboardParametersDecimalParameters.Jsii$ProxyAn implementation forQuicksightDashboardParametersDecimalParameters
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static QuicksightDashboardParametersDecimalParameters.Builderbuilder()StringgetName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#name QuicksightDashboard#name}.List<Number>getValues()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#values QuicksightDashboard#values}.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#name QuicksightDashboard#name}.
-
getValues
@Stability(Stable) @NotNull List<Number> getValues()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#values QuicksightDashboard#values}.
-
builder
@Stability(Stable) static QuicksightDashboardParametersDecimalParameters.Builder builder()
-
-