Interface GetProfileObjectTypeResponse.Builder

    • 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 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

        GetProfileObjectTypeResponse.Builder sourceLastUpdatedTimestampFormat​(String sourceLastUpdatedTimestampFormat)

        The format of your sourceLastUpdatedTimestamp that was previously set up.

        Parameters:
        sourceLastUpdatedTimestampFormat - The format of your sourceLastUpdatedTimestamp that was previously set up.
        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.