public static interface CfnDataset.TagsItemsProperty
// 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.*; TagsItemsProperty tagsItemsProperty = TagsItemsProperty.builder() .key("key") .value("value") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDataset.TagsItemsProperty.Builder
A builder for
CfnDataset.TagsItemsProperty |
static class |
CfnDataset.TagsItemsProperty.Jsii$Proxy
An implementation for
CfnDataset.TagsItemsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDataset.TagsItemsProperty.Builder |
builder() |
java.lang.String |
getKey()
`CfnDataset.TagsItemsProperty.Key`.
|
java.lang.String |
getValue()
`CfnDataset.TagsItemsProperty.Value`.
|
java.lang.String getKey()
java.lang.String getValue()
static CfnDataset.TagsItemsProperty.Builder builder()