PutProfileObjectTypeResponse.Builder |
PutProfileObjectTypeResponse.Builder.allowProfileCreation(Boolean allowProfileCreation) |
Indicates whether a profile should be created when data is received if one doesn’t exist for an object of
this type.
|
static PutProfileObjectTypeResponse.Builder |
PutProfileObjectTypeResponse.builder() |
|
PutProfileObjectTypeResponse.Builder |
PutProfileObjectTypeResponse.Builder.createdAt(Instant createdAt) |
The timestamp of when the domain was created.
|
PutProfileObjectTypeResponse.Builder |
PutProfileObjectTypeResponse.Builder.description(String description) |
Description of the profile object type.
|
PutProfileObjectTypeResponse.Builder |
PutProfileObjectTypeResponse.Builder.encryptionKey(String encryptionKey) |
The customer-provided key to encrypt the profile object that will be created in this profile object type.
|
PutProfileObjectTypeResponse.Builder |
PutProfileObjectTypeResponse.Builder.expirationDays(Integer expirationDays) |
The number of days until the data in the object expires.
|
PutProfileObjectTypeResponse.Builder |
PutProfileObjectTypeResponse.Builder.fields(Map<String,ObjectTypeField> fields) |
A map of the name and ObjectType field.
|
PutProfileObjectTypeResponse.Builder |
PutProfileObjectTypeResponse.Builder.keys(Map<String,? extends Collection<ObjectTypeKey>> keys) |
A list of unique keys that can be used to map data to the profile.
|
PutProfileObjectTypeResponse.Builder |
PutProfileObjectTypeResponse.Builder.lastUpdatedAt(Instant lastUpdatedAt) |
The timestamp of when the domain was most recently edited.
|
PutProfileObjectTypeResponse.Builder |
PutProfileObjectTypeResponse.Builder.objectTypeName(String objectTypeName) |
The name of the profile object type.
|
PutProfileObjectTypeResponse.Builder |
PutProfileObjectTypeResponse.Builder.sourceLastUpdatedTimestampFormat(String sourceLastUpdatedTimestampFormat) |
The format of your sourceLastUpdatedTimestamp that was previously set up in fields that were
parsed using SimpleDateFormat.
|
PutProfileObjectTypeResponse.Builder |
PutProfileObjectTypeResponse.Builder.tags(Map<String,String> tags) |
The tags used to organize, track, or control access for this resource.
|
PutProfileObjectTypeResponse.Builder |
PutProfileObjectTypeResponse.Builder.templateId(String templateId) |
A unique identifier for the object template.
|
PutProfileObjectTypeResponse.Builder |
PutProfileObjectTypeResponse.toBuilder() |
|