Interface CreateIndexResponse.Builder

    • Method Detail

      • createdAt

        CreateIndexResponse.Builder createdAt​(Instant createdAt)

        The date and timestamp when the index was created.

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

        CreateIndexResponse.Builder state​(String state)

        Indicates the current state of the index. You can check for changes to the state for asynchronous operations by calling the GetIndex operation.

        The state can remain in the CREATING or UPDATING state for several hours as Resource Explorer discovers the information about your resources and populates the index.

        Parameters:
        state - Indicates the current state of the index. You can check for changes to the state for asynchronous operations by calling the GetIndex operation.

        The state can remain in the CREATING or UPDATING state for several hours as Resource Explorer discovers the information about your resources and populates the index.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IndexState, IndexState
      • state

        CreateIndexResponse.Builder state​(IndexState state)

        Indicates the current state of the index. You can check for changes to the state for asynchronous operations by calling the GetIndex operation.

        The state can remain in the CREATING or UPDATING state for several hours as Resource Explorer discovers the information about your resources and populates the index.

        Parameters:
        state - Indicates the current state of the index. You can check for changes to the state for asynchronous operations by calling the GetIndex operation.

        The state can remain in the CREATING or UPDATING state for several hours as Resource Explorer discovers the information about your resources and populates the index.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IndexState, IndexState