Interface DescribeInstanceSqlHaHistoryStatesResponse.Builder

    • Method Detail

      • instances

        DescribeInstanceSqlHaHistoryStatesResponse.Builder instances​(Collection<RegisteredInstance> instances)

        Information about the historical SQL Server High Availability states of the SQL Server High Availability instances.

        Parameters:
        instances - Information about the historical SQL Server High Availability states of the SQL Server High Availability instances.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instances

        DescribeInstanceSqlHaHistoryStatesResponse.Builder instances​(RegisteredInstance... instances)

        Information about the historical SQL Server High Availability states of the SQL Server High Availability instances.

        Parameters:
        instances - Information about the historical SQL Server High Availability states of the SQL Server High Availability instances.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeInstanceSqlHaHistoryStatesResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.