Interface ListPlaceIndexesResponseEntry.Builder

    • Method Detail

      • indexName

        ListPlaceIndexesResponseEntry.Builder indexName​(String indexName)

        The name of the place index resource.

        Parameters:
        indexName - The name of the place index resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        ListPlaceIndexesResponseEntry.Builder description​(String description)

        The optional description for the place index resource.

        Parameters:
        description - The optional description for the place index resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pricingPlan

        @Deprecated
        ListPlaceIndexesResponseEntry.Builder pricingPlan​(String pricingPlan)
        Deprecated.
        Deprecated. Always returns RequestBasedUsage.

        No longer used. Always returns RequestBasedUsage.

        Parameters:
        pricingPlan - No longer used. Always returns RequestBasedUsage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PricingPlan, PricingPlan
      • pricingPlan

        @Deprecated
        ListPlaceIndexesResponseEntry.Builder pricingPlan​(PricingPlan pricingPlan)
        Deprecated.
        Deprecated. Always returns RequestBasedUsage.

        No longer used. Always returns RequestBasedUsage.

        Parameters:
        pricingPlan - No longer used. Always returns RequestBasedUsage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PricingPlan, PricingPlan
      • createTime

        ListPlaceIndexesResponseEntry.Builder createTime​(Instant createTime)

        The timestamp for when the place index resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

        Parameters:
        createTime - The timestamp for when the place index resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updateTime

        ListPlaceIndexesResponseEntry.Builder updateTime​(Instant updateTime)

        The timestamp for when the place index resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

        Parameters:
        updateTime - The timestamp for when the place index resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
        Returns:
        Returns a reference to this object so that method calls can be chained together.