@Stability(value=Stable)
public static interface CfnAnalysis.IntegerParameterProperty
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.*;
IntegerParameterProperty integerParameterProperty = IntegerParameterProperty.builder()
.name("name")
.values(List.of(123))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAnalysis.IntegerParameterProperty.Builder
A builder for
CfnAnalysis.IntegerParameterProperty |
static class |
CfnAnalysis.IntegerParameterProperty.Jsii$Proxy
An implementation for
CfnAnalysis.IntegerParameterProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAnalysis.IntegerParameterProperty.Builder |
builder() |
String |
getName()
The name of the integer parameter.
|
Object |
getValues()
The values for the integer parameter.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull Object getValues()
@Stability(value=Stable) static CfnAnalysis.IntegerParameterProperty.Builder builder()
Copyright © 2022. All rights reserved.