@Stability(value=Stable)
public static interface CfnObjectType.ObjectTypeKeyProperty
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.customerprofiles.*;
ObjectTypeKeyProperty objectTypeKeyProperty = ObjectTypeKeyProperty.builder()
.fieldNames(List.of("fieldNames"))
.standardIdentifiers(List.of("standardIdentifiers"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnObjectType.ObjectTypeKeyProperty.Builder
A builder for
CfnObjectType.ObjectTypeKeyProperty |
static class |
CfnObjectType.ObjectTypeKeyProperty.Jsii$Proxy
An implementation for
CfnObjectType.ObjectTypeKeyProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnObjectType.ObjectTypeKeyProperty.Builder |
builder() |
default List<String> |
getFieldNames()
`CfnObjectType.ObjectTypeKeyProperty.FieldNames`.
|
default List<String> |
getStandardIdentifiers()
`CfnObjectType.ObjectTypeKeyProperty.StandardIdentifiers`.
|
@Stability(value=Stable) @Nullable default List<String> getFieldNames()
@Stability(value=Stable) @Nullable default List<String> getStandardIdentifiers()
@Stability(value=Stable) static CfnObjectType.ObjectTypeKeyProperty.Builder builder()
Copyright © 2021. All rights reserved.