Interface RemoveAttributesRequest.Builder

    • Method Detail

      • applicationId

        RemoveAttributesRequest.Builder applicationId​(String applicationId)

        The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

        Parameters:
        applicationId - The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributeType

        RemoveAttributesRequest.Builder attributeType​(String attributeType)

        The type of attribute or attributes to remove. Valid values are:

        • endpoint-custom-attributes - Custom attributes that describe endpoints, such as the date when an associated user opted in or out of receiving communications from you through a specific type of channel.

        • endpoint-metric-attributes - Custom metrics that your app reports to Amazon Pinpoint for endpoints, such as the number of app sessions or the number of items left in a cart.

        • endpoint-user-attributes - Custom attributes that describe users, such as first name, last name, and age.

        Parameters:
        attributeType -

        The type of attribute or attributes to remove. Valid values are:

        • endpoint-custom-attributes - Custom attributes that describe endpoints, such as the date when an associated user opted in or out of receiving communications from you through a specific type of channel.

        • endpoint-metric-attributes - Custom metrics that your app reports to Amazon Pinpoint for endpoints, such as the number of app sessions or the number of items left in a cart.

        • endpoint-user-attributes - Custom attributes that describe users, such as first name, last name, and age.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updateAttributesRequest

        RemoveAttributesRequest.Builder updateAttributesRequest​(UpdateAttributesRequest updateAttributesRequest)
        Sets the value of the UpdateAttributesRequest property for this object.
        Parameters:
        updateAttributesRequest - The new value for the UpdateAttributesRequest property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.