@Generated(value="jsii-pacmak/1.54.0 (build b1b977a)", date="2022-03-10T02:24:05.255Z") @Stability(value=Stable) public interface CfnDatasetGroupProps 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.forecast.*;
CfnDatasetGroupProps cfnDatasetGroupProps = CfnDatasetGroupProps.builder()
.datasetGroupName("datasetGroupName")
.domain("domain")
// the properties below are optional
.datasetArns(List.of("datasetArns"))
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDatasetGroupProps.Builder
A builder for
CfnDatasetGroupProps |
static class |
CfnDatasetGroupProps.Jsii$Proxy
An implementation for
CfnDatasetGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDatasetGroupProps.Builder |
builder() |
default List<String> |
getDatasetArns()
`AWS::Forecast::DatasetGroup.DatasetArns`.
|
String |
getDatasetGroupName()
`AWS::Forecast::DatasetGroup.DatasetGroupName`.
|
String |
getDomain()
`AWS::Forecast::DatasetGroup.Domain`.
|
default List<CfnTag> |
getTags()
`AWS::Forecast::DatasetGroup.Tags`.
|
@Stability(value=Stable) @NotNull String getDatasetGroupName()
@Stability(value=Stable) @NotNull String getDomain()
@Stability(value=Stable) @Nullable default List<String> getDatasetArns()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnDatasetGroupProps.Builder builder()
CfnDatasetGroupProps.Builder of CfnDatasetGroupPropsCopyright © 2022. All rights reserved.