Interface PutProfileObjectTypeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<PutProfileObjectTypeResponse.Builder,PutProfileObjectTypeResponse>,CustomerProfilesResponse.Builder,SdkBuilder<PutProfileObjectTypeResponse.Builder,PutProfileObjectTypeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- PutProfileObjectTypeResponse
public static interface PutProfileObjectTypeResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<PutProfileObjectTypeResponse.Builder,PutProfileObjectTypeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutProfileObjectTypeResponse.BuilderallowProfileCreation(Boolean allowProfileCreation)Indicates whether a profile should be created when data is received if one doesn’t exist for an object of this type.PutProfileObjectTypeResponse.BuildercreatedAt(Instant createdAt)The timestamp of when the domain was created.PutProfileObjectTypeResponse.Builderdescription(String description)Description of the profile object type.PutProfileObjectTypeResponse.BuilderencryptionKey(String encryptionKey)The customer-provided key to encrypt the profile object that will be created in this profile object type.PutProfileObjectTypeResponse.BuilderexpirationDays(Integer expirationDays)The number of days until the data in the object expires.PutProfileObjectTypeResponse.Builderfields(Map<String,ObjectTypeField> fields)A map of the name and ObjectType field.PutProfileObjectTypeResponse.Builderkeys(Map<String,? extends Collection<ObjectTypeKey>> keys)A list of unique keys that can be used to map data to the profile.PutProfileObjectTypeResponse.BuilderlastUpdatedAt(Instant lastUpdatedAt)The timestamp of when the domain was most recently edited.PutProfileObjectTypeResponse.BuildermaxAvailableProfileObjectCount(Integer maxAvailableProfileObjectCount)The amount of provisioned profile object max count available.PutProfileObjectTypeResponse.BuildermaxProfileObjectCount(Integer maxProfileObjectCount)The amount of profile object max count assigned to the object type.PutProfileObjectTypeResponse.BuilderobjectTypeName(String objectTypeName)The name of the profile object type.PutProfileObjectTypeResponse.BuildersourceLastUpdatedTimestampFormat(String sourceLastUpdatedTimestampFormat)The format of yoursourceLastUpdatedTimestampthat was previously set up in fields that were parsed using SimpleDateFormat.PutProfileObjectTypeResponse.Buildertags(Map<String,String> tags)The tags used to organize, track, or control access for this resource.PutProfileObjectTypeResponse.BuildertemplateId(String templateId)A unique identifier for the object template.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.customerprofiles.model.CustomerProfilesResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
objectTypeName
PutProfileObjectTypeResponse.Builder objectTypeName(String objectTypeName)
The name of the profile object type.
- Parameters:
objectTypeName- The name of the profile object type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
PutProfileObjectTypeResponse.Builder description(String description)
Description of the profile object type.
- Parameters:
description- Description of the profile object type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateId
PutProfileObjectTypeResponse.Builder templateId(String templateId)
A unique identifier for the object template.
- Parameters:
templateId- A unique identifier for the object template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expirationDays
PutProfileObjectTypeResponse.Builder expirationDays(Integer expirationDays)
The number of days until the data in the object expires.
- Parameters:
expirationDays- The number of days until the data in the object expires.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionKey
PutProfileObjectTypeResponse.Builder encryptionKey(String encryptionKey)
The customer-provided key to encrypt the profile object that will be created in this profile object type.
- Parameters:
encryptionKey- The customer-provided key to encrypt the profile object that will be created in this profile object type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowProfileCreation
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. The default is
FALSE. If the AllowProfileCreation flag is set toFALSE, then the service tries to fetch a standard profile and associate this object with the profile. If it is set toTRUE, and if no match is found, then the service creates a new standard profile.- Parameters:
allowProfileCreation- Indicates whether a profile should be created when data is received if one doesn’t exist for an object of this type. The default isFALSE. If the AllowProfileCreation flag is set toFALSE, then the service tries to fetch a standard profile and associate this object with the profile. If it is set toTRUE, and if no match is found, then the service creates a new standard profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceLastUpdatedTimestampFormat
PutProfileObjectTypeResponse.Builder sourceLastUpdatedTimestampFormat(String sourceLastUpdatedTimestampFormat)
The format of your
sourceLastUpdatedTimestampthat was previously set up in fields that were parsed using SimpleDateFormat. If you havesourceLastUpdatedTimestampin your field, you must set upsourceLastUpdatedTimestampFormat.- Parameters:
sourceLastUpdatedTimestampFormat- The format of yoursourceLastUpdatedTimestampthat was previously set up in fields that were parsed using SimpleDateFormat. If you havesourceLastUpdatedTimestampin your field, you must set upsourceLastUpdatedTimestampFormat.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxProfileObjectCount
PutProfileObjectTypeResponse.Builder maxProfileObjectCount(Integer maxProfileObjectCount)
The amount of profile object max count assigned to the object type.
- Parameters:
maxProfileObjectCount- The amount of profile object max count assigned to the object type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxAvailableProfileObjectCount
PutProfileObjectTypeResponse.Builder maxAvailableProfileObjectCount(Integer maxAvailableProfileObjectCount)
The amount of provisioned profile object max count available.
- Parameters:
maxAvailableProfileObjectCount- The amount of provisioned profile object max count available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fields
PutProfileObjectTypeResponse.Builder fields(Map<String,ObjectTypeField> fields)
A map of the name and ObjectType field.
- Parameters:
fields- A map of the name and ObjectType field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keys
PutProfileObjectTypeResponse.Builder keys(Map<String,? extends Collection<ObjectTypeKey>> keys)
A list of unique keys that can be used to map data to the profile.
- Parameters:
keys- A list of unique keys that can be used to map data to the profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
PutProfileObjectTypeResponse.Builder createdAt(Instant createdAt)
The timestamp of when the domain was created.
- Parameters:
createdAt- The timestamp of when the domain was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
PutProfileObjectTypeResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The timestamp of when the domain was most recently edited.
- Parameters:
lastUpdatedAt- The timestamp of when the domain was most recently edited.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
PutProfileObjectTypeResponse.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
- Parameters:
tags- The tags used to organize, track, or control access for this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-