public static interface CfnObjectType.KeyMapProperty
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.customerprofiles.*; KeyMapProperty keyMapProperty = KeyMapProperty.builder() .name("name") .objectTypeKeyList(List.of(ObjectTypeKeyProperty.builder() .fieldNames(List.of("fieldNames")) .standardIdentifiers(List.of("standardIdentifiers")) .build())) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnObjectType.KeyMapProperty.Builder
A builder for
CfnObjectType.KeyMapProperty |
static class |
CfnObjectType.KeyMapProperty.Jsii$Proxy
An implementation for
CfnObjectType.KeyMapProperty |
Modifier and Type | Method and Description |
---|---|
static CfnObjectType.KeyMapProperty.Builder |
builder() |
default java.lang.String |
getName()
Name of the key.
|
default java.lang.Object |
getObjectTypeKeyList()
A list of ObjectTypeKey.
|
default java.lang.String getName()
default java.lang.Object getObjectTypeKeyList()
static CfnObjectType.KeyMapProperty.Builder builder()