Interface CustomerProfilesIntegrationConfig.Builder

    • Method Detail

      • domainArn

        CustomerProfilesIntegrationConfig.Builder domainArn​(String domainArn)
        Sets the value of the DomainArn property for this object.
        Parameters:
        domainArn - The new value for the DomainArn property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • objectTypeNamesWithStrings

        CustomerProfilesIntegrationConfig.Builder objectTypeNamesWithStrings​(Map<String,​String> objectTypeNames)
        Sets the value of the ObjectTypeNames property for this object.
        Parameters:
        objectTypeNames - The new value for the ObjectTypeNames property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • objectTypeNames

        CustomerProfilesIntegrationConfig.Builder objectTypeNames​(Map<EventType,​String> objectTypeNames)
        Sets the value of the ObjectTypeNames property for this object.
        Parameters:
        objectTypeNames - The new value for the ObjectTypeNames property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.