Interface PutProfileObjectTypeResponse.Builder

    • 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 to FALSE, then the service tries to fetch a standard profile and associate this object with the profile. If it is set to TRUE, 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 is FALSE. If the AllowProfileCreation flag is set to FALSE, then the service tries to fetch a standard profile and associate this object with the profile. If it is set to TRUE, 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 sourceLastUpdatedTimestamp that was previously set up in fields that were parsed using SimpleDateFormat. If you have sourceLastUpdatedTimestamp in your field, you must set up sourceLastUpdatedTimestampFormat.

        Parameters:
        sourceLastUpdatedTimestampFormat - The format of your sourceLastUpdatedTimestamp that was previously set up in fields that were parsed using SimpleDateFormat. If you have sourceLastUpdatedTimestamp in your field, you must set up sourceLastUpdatedTimestampFormat.
        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.