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