@Stability(value=Stable)
public static interface CfnDashboard.DecimalParameterProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.quicksight.*;
DecimalParameterProperty decimalParameterProperty = DecimalParameterProperty.builder()
.name("name")
.values(List.of(123))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDashboard.DecimalParameterProperty.Builder
A builder for
CfnDashboard.DecimalParameterProperty |
static class |
CfnDashboard.DecimalParameterProperty.Jsii$Proxy
An implementation for
CfnDashboard.DecimalParameterProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDashboard.DecimalParameterProperty.Builder |
builder() |
String |
getName()
A display name for the decimal parameter.
|
Object |
getValues()
The values for the decimal parameter.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull Object getValues()
@Stability(value=Stable) static CfnDashboard.DecimalParameterProperty.Builder builder()
Copyright © 2022. All rights reserved.