Interface GetProfileObjectTypeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetProfileObjectTypeResponse.Builder,GetProfileObjectTypeResponse>,CustomerProfilesResponse.Builder,SdkBuilder<GetProfileObjectTypeResponse.Builder,GetProfileObjectTypeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetProfileObjectTypeResponse
public static interface GetProfileObjectTypeResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<GetProfileObjectTypeResponse.Builder,GetProfileObjectTypeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetProfileObjectTypeResponse.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.GetProfileObjectTypeResponse.BuildercreatedAt(Instant createdAt)The timestamp of when the domain was created.GetProfileObjectTypeResponse.Builderdescription(String description)The description of the profile object type.GetProfileObjectTypeResponse.BuilderencryptionKey(String encryptionKey)The customer-provided key to encrypt the profile object that will be created in this profile object type.GetProfileObjectTypeResponse.BuilderexpirationDays(Integer expirationDays)The number of days until the data in the object expires.GetProfileObjectTypeResponse.Builderfields(Map<String,ObjectTypeField> fields)A map of the name and ObjectType field.GetProfileObjectTypeResponse.Builderkeys(Map<String,? extends Collection<ObjectTypeKey>> keys)A list of unique keys that can be used to map data to the profile.GetProfileObjectTypeResponse.BuilderlastUpdatedAt(Instant lastUpdatedAt)The timestamp of when the domain was most recently edited.GetProfileObjectTypeResponse.BuildermaxAvailableProfileObjectCount(Integer maxAvailableProfileObjectCount)The amount of provisioned profile object max count available.GetProfileObjectTypeResponse.BuildermaxProfileObjectCount(Integer maxProfileObjectCount)The amount of profile object max count assigned to the object type.GetProfileObjectTypeResponse.BuilderobjectTypeName(String objectTypeName)The name of the profile object type.GetProfileObjectTypeResponse.BuildersourceLastUpdatedTimestampFormat(String sourceLastUpdatedTimestampFormat)The format of yoursourceLastUpdatedTimestampthat was previously set up.GetProfileObjectTypeResponse.Buildertags(Map<String,String> tags)The tags used to organize, track, or control access for this resource.GetProfileObjectTypeResponse.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
GetProfileObjectTypeResponse.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
GetProfileObjectTypeResponse.Builder description(String description)
The description of the profile object type.
- Parameters:
description- The description of the profile object type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateId
GetProfileObjectTypeResponse.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
GetProfileObjectTypeResponse.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
GetProfileObjectTypeResponse.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
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. 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
GetProfileObjectTypeResponse.Builder sourceLastUpdatedTimestampFormat(String sourceLastUpdatedTimestampFormat)
The format of your
sourceLastUpdatedTimestampthat was previously set up.- Parameters:
sourceLastUpdatedTimestampFormat- The format of yoursourceLastUpdatedTimestampthat was previously set up.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxAvailableProfileObjectCount
GetProfileObjectTypeResponse.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.
-
maxProfileObjectCount
GetProfileObjectTypeResponse.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.
-
fields
GetProfileObjectTypeResponse.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
GetProfileObjectTypeResponse.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
GetProfileObjectTypeResponse.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
GetProfileObjectTypeResponse.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
GetProfileObjectTypeResponse.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.
-
-