@Stability(value=Stable)
public static interface CfnObjectType.FieldMapProperty
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.customerprofiles.*;
FieldMapProperty fieldMapProperty = FieldMapProperty.builder()
.name("name")
.objectTypeField(ObjectTypeFieldProperty.builder()
.contentType("contentType")
.source("source")
.target("target")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnObjectType.FieldMapProperty.Builder
A builder for
CfnObjectType.FieldMapProperty |
static class |
CfnObjectType.FieldMapProperty.Jsii$Proxy
An implementation for
CfnObjectType.FieldMapProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnObjectType.FieldMapProperty.Builder |
builder() |
default String |
getName()
Name of the field.
|
default Object |
getObjectTypeField()
Represents a field in a ProfileObjectType.
|
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default Object getObjectTypeField()
@Stability(value=Stable) static CfnObjectType.FieldMapProperty.Builder builder()
Copyright © 2022. All rights reserved.