Interface AttributesResource.Builder

    • Method Detail

      • applicationId

        AttributesResource.Builder applicationId​(String applicationId)

        The unique identifier for the application.

        Parameters:
        applicationId - The unique identifier for the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributeType

        AttributesResource.Builder attributeType​(String attributeType)

        The type of attribute or attributes that were removed from the endpoints. Valid values are:

        • endpoint-custom-attributes - Custom attributes that describe endpoints.

        • endpoint-metric-attributes - Custom metrics that your app reports to Amazon Pinpoint for endpoints.

        • endpoint-user-attributes - Custom attributes that describe users.

        Parameters:
        attributeType - The type of attribute or attributes that were removed from the endpoints. Valid values are:

        • endpoint-custom-attributes - Custom attributes that describe endpoints.

        • endpoint-metric-attributes - Custom metrics that your app reports to Amazon Pinpoint for endpoints.

        • endpoint-user-attributes - Custom attributes that describe users.

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

        AttributesResource.Builder attributes​(Collection<String> attributes)

        An array that specifies the names of the attributes that were removed from the endpoints.

        Parameters:
        attributes - An array that specifies the names of the attributes that were removed from the endpoints.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributes

        AttributesResource.Builder attributes​(String... attributes)

        An array that specifies the names of the attributes that were removed from the endpoints.

        Parameters:
        attributes - An array that specifies the names of the attributes that were removed from the endpoints.
        Returns:
        Returns a reference to this object so that method calls can be chained together.