Interface DescribePlaceIndexResponse.Builder

    • Method Detail

      • indexName

        DescribePlaceIndexResponse.Builder indexName​(String indexName)

        The name of the place index resource being described.

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

        DescribePlaceIndexResponse.Builder indexArn​(String indexArn)

        The Amazon Resource Name (ARN) for the place index resource. Used to specify a resource across Amazon Web Services.

        • Format example: arn:aws:geo:region:account-id:place-index/ExamplePlaceIndex

        Parameters:
        indexArn - The Amazon Resource Name (ARN) for the place index resource. Used to specify a resource across Amazon Web Services.

        • Format example: arn:aws:geo:region:account-id:place-index/ExamplePlaceIndex

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

        @Deprecated
        DescribePlaceIndexResponse.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
        DescribePlaceIndexResponse.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
      • description

        DescribePlaceIndexResponse.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.
      • createTime

        DescribePlaceIndexResponse.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

        DescribePlaceIndexResponse.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.
      • dataSourceConfiguration

        DescribePlaceIndexResponse.Builder dataSourceConfiguration​(DataSourceConfiguration dataSourceConfiguration)

        The specified data storage option for requesting Places.

        Parameters:
        dataSourceConfiguration - The specified data storage option for requesting Places.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        DescribePlaceIndexResponse.Builder tags​(Map<String,​String> tags)

        Tags associated with place index resource.

        Parameters:
        tags - Tags associated with place index resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.