| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
GetProfileObjectTypeResponse.Builder |
GetProfileObjectTypeResponse.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 GetProfileObjectTypeResponse.Builder |
GetProfileObjectTypeResponse.builder() |
GetProfileObjectTypeResponse.Builder |
GetProfileObjectTypeResponse.Builder.createdAt(Instant createdAt)
The timestamp of when the domain was created.
|
GetProfileObjectTypeResponse.Builder |
GetProfileObjectTypeResponse.Builder.description(String description)
The description of the profile object type.
|
GetProfileObjectTypeResponse.Builder |
GetProfileObjectTypeResponse.Builder.encryptionKey(String encryptionKey)
The customer-provided key to encrypt the profile object that will be created in this profile object type.
|
GetProfileObjectTypeResponse.Builder |
GetProfileObjectTypeResponse.Builder.expirationDays(Integer expirationDays)
The number of days until the data in the object expires.
|
GetProfileObjectTypeResponse.Builder |
GetProfileObjectTypeResponse.Builder.fields(Map<String,ObjectTypeField> fields)
A map of the name and ObjectType field.
|
GetProfileObjectTypeResponse.Builder |
GetProfileObjectTypeResponse.Builder.keys(Map<String,? extends Collection<ObjectTypeKey>> keys)
A list of unique keys that can be used to map data to the profile.
|
GetProfileObjectTypeResponse.Builder |
GetProfileObjectTypeResponse.Builder.lastUpdatedAt(Instant lastUpdatedAt)
The timestamp of when the domain was most recently edited.
|
GetProfileObjectTypeResponse.Builder |
GetProfileObjectTypeResponse.Builder.objectTypeName(String objectTypeName)
The name of the profile object type.
|
GetProfileObjectTypeResponse.Builder |
GetProfileObjectTypeResponse.Builder.sourceLastUpdatedTimestampFormat(String sourceLastUpdatedTimestampFormat)
The format of your
sourceLastUpdatedTimestamp that was previously set up. |
GetProfileObjectTypeResponse.Builder |
GetProfileObjectTypeResponse.Builder.tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
GetProfileObjectTypeResponse.Builder |
GetProfileObjectTypeResponse.Builder.templateId(String templateId)
A unique identifier for the object template.
|
GetProfileObjectTypeResponse.Builder |
GetProfileObjectTypeResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetProfileObjectTypeResponse.Builder> |
GetProfileObjectTypeResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.