@Stability(value=Stable)
public static interface CfnDataSource.DataSourceErrorInfoProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
DataSourceErrorInfoProperty dataSourceErrorInfoProperty = DataSourceErrorInfoProperty.builder()
.message("message")
.type("type")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSource.DataSourceErrorInfoProperty.Builder
A builder for
CfnDataSource.DataSourceErrorInfoProperty |
static class |
CfnDataSource.DataSourceErrorInfoProperty.Jsii$Proxy
An implementation for
CfnDataSource.DataSourceErrorInfoProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSource.DataSourceErrorInfoProperty.Builder |
builder() |
default String |
getMessage()
`CfnDataSource.DataSourceErrorInfoProperty.Message`.
|
default String |
getType()
`CfnDataSource.DataSourceErrorInfoProperty.Type`.
|
@Stability(value=Stable) @Nullable default String getMessage()
@Stability(value=Stable) @Nullable default String getType()
@Stability(value=Stable) static CfnDataSource.DataSourceErrorInfoProperty.Builder builder()
Copyright © 2021. All rights reserved.