Interface PutProfileObjectTypeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutProfileObjectTypeRequest.Builder,PutProfileObjectTypeRequest>,CustomerProfilesRequest.Builder,SdkBuilder<PutProfileObjectTypeRequest.Builder,PutProfileObjectTypeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutProfileObjectTypeRequest
public static interface PutProfileObjectTypeRequest.Builder extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<PutProfileObjectTypeRequest.Builder,PutProfileObjectTypeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutProfileObjectTypeRequest.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.PutProfileObjectTypeRequest.Builderdescription(String description)Description of the profile object type.PutProfileObjectTypeRequest.BuilderdomainName(String domainName)The unique name of the domain.PutProfileObjectTypeRequest.BuilderencryptionKey(String encryptionKey)The customer-provided key to encrypt the profile object that will be created in this profile object type.PutProfileObjectTypeRequest.BuilderexpirationDays(Integer expirationDays)The number of days until the data in the object expires.PutProfileObjectTypeRequest.Builderfields(Map<String,ObjectTypeField> fields)A map of the name and ObjectType field.PutProfileObjectTypeRequest.Builderkeys(Map<String,? extends Collection<ObjectTypeKey>> keys)A list of unique keys that can be used to map data to the profile.PutProfileObjectTypeRequest.BuildermaxProfileObjectCount(Integer maxProfileObjectCount)The amount of profile object max count assigned to the object typePutProfileObjectTypeRequest.BuilderobjectTypeName(String objectTypeName)The name of the profile object type.PutProfileObjectTypeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutProfileObjectTypeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutProfileObjectTypeRequest.BuildersourceLastUpdatedTimestampFormat(String sourceLastUpdatedTimestampFormat)The format of yoursourceLastUpdatedTimestampthat was previously set up.PutProfileObjectTypeRequest.Buildertags(Map<String,String> tags)The tags used to organize, track, or control access for this resource.PutProfileObjectTypeRequest.BuildertemplateId(String templateId)A unique identifier for the object template.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.customerprofiles.model.CustomerProfilesRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
domainName
PutProfileObjectTypeRequest.Builder domainName(String domainName)
The unique name of the domain.
- Parameters:
domainName- The unique name of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectTypeName
PutProfileObjectTypeRequest.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
PutProfileObjectTypeRequest.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
PutProfileObjectTypeRequest.Builder templateId(String templateId)
A unique identifier for the object template. For some attributes in the request, the service will use the default value from the object template when TemplateId is present. If these attributes are present in the request, the service may return a
BadRequestException. These attributes include: AllowProfileCreation, SourceLastUpdatedTimestampFormat, Fields, and Keys. For example, if AllowProfileCreation is set to true when TemplateId is set, the service may return aBadRequestException.- Parameters:
templateId- A unique identifier for the object template. For some attributes in the request, the service will use the default value from the object template when TemplateId is present. If these attributes are present in the request, the service may return aBadRequestException. These attributes include: AllowProfileCreation, SourceLastUpdatedTimestampFormat, Fields, and Keys. For example, if AllowProfileCreation is set to true when TemplateId is set, the service may return aBadRequestException.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expirationDays
PutProfileObjectTypeRequest.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
PutProfileObjectTypeRequest.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
PutProfileObjectTypeRequest.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
PutProfileObjectTypeRequest.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.
-
maxProfileObjectCount
PutProfileObjectTypeRequest.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
PutProfileObjectTypeRequest.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
PutProfileObjectTypeRequest.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.
-
tags
PutProfileObjectTypeRequest.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.
-
overrideConfiguration
PutProfileObjectTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutProfileObjectTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-