Interface UpdateIndexTypeResponse.Builder

    • Method Detail

      • lastUpdatedAt

        UpdateIndexTypeResponse.Builder lastUpdatedAt​(Instant lastUpdatedAt)

        The date and timestamp when the index was last updated.

        Parameters:
        lastUpdatedAt - The date and timestamp when the index was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • state

        UpdateIndexTypeResponse.Builder state​(String state)

        Indicates the state of the request to update the index. This operation is asynchronous. Call the GetIndex operation to check for changes.

        Parameters:
        state - Indicates the state of the request to update the index. This operation is asynchronous. Call the GetIndex operation to check for changes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IndexState, IndexState
      • state

        UpdateIndexTypeResponse.Builder state​(IndexState state)

        Indicates the state of the request to update the index. This operation is asynchronous. Call the GetIndex operation to check for changes.

        Parameters:
        state - Indicates the state of the request to update the index. This operation is asynchronous. Call the GetIndex operation to check for changes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IndexState, IndexState
      • type

        UpdateIndexTypeResponse.Builder type​(String type)

        Specifies the type of the specified index after the operation completes.

        Parameters:
        type - Specifies the type of the specified index after the operation completes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IndexType, IndexType
      • type

        UpdateIndexTypeResponse.Builder type​(IndexType type)

        Specifies the type of the specified index after the operation completes.

        Parameters:
        type - Specifies the type of the specified index after the operation completes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IndexType, IndexType