Interface DeleteIndexResponse.Builder

    • Method Detail

      • arn

        DeleteIndexResponse.Builder arn​(String arn)

        The Amazon resource name (ARN) of the index that you successfully started the deletion process.

        This operation is asynchronous. To check its status, call the GetIndex operation.

        Parameters:
        arn - The Amazon resource name (ARN) of the index that you successfully started the deletion process.

        This operation is asynchronous. To check its status, call the GetIndex operation.

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

        DeleteIndexResponse.Builder lastUpdatedAt​(Instant lastUpdatedAt)

        The date and time when you last updated this index.

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

        DeleteIndexResponse.Builder state​(String state)

        Indicates the current state of the index.

        Parameters:
        state - Indicates the current state of the index.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IndexState, IndexState
      • state

        DeleteIndexResponse.Builder state​(IndexState state)

        Indicates the current state of the index.

        Parameters:
        state - Indicates the current state of the index.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IndexState, IndexState