@Stability(value=Stable)
public static interface CfnTagAssociation.LFTagPairProperty
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.lakeformation.*;
LFTagPairProperty lFTagPairProperty = LFTagPairProperty.builder()
.catalogId("catalogId")
.tagKey("tagKey")
.tagValues(List.of("tagValues"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTagAssociation.LFTagPairProperty.Builder
A builder for
CfnTagAssociation.LFTagPairProperty |
static class |
CfnTagAssociation.LFTagPairProperty.Jsii$Proxy
An implementation for
CfnTagAssociation.LFTagPairProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTagAssociation.LFTagPairProperty.Builder |
builder() |
String |
getCatalogId()
`CfnTagAssociation.LFTagPairProperty.CatalogId`.
|
String |
getTagKey()
`CfnTagAssociation.LFTagPairProperty.TagKey`.
|
List<String> |
getTagValues()
`CfnTagAssociation.LFTagPairProperty.TagValues`.
|
@Stability(value=Stable) @NotNull String getCatalogId()
@Stability(value=Stable) @NotNull String getTagKey()
@Stability(value=Stable) @NotNull List<String> getTagValues()
@Stability(value=Stable) static CfnTagAssociation.LFTagPairProperty.Builder builder()
Copyright © 2022. All rights reserved.