Interface ListReadinessChecksResponse.Builder

    • Method Detail

      • nextToken

        ListReadinessChecksResponse.Builder nextToken​(String nextToken)

        The token that identifies which batch of results you want to see.

        Parameters:
        nextToken - The token that identifies which batch of results you want to see.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • readinessChecks

        ListReadinessChecksResponse.Builder readinessChecks​(Collection<ReadinessCheckOutput> readinessChecks)

        A list of readiness checks associated with the account.

        Parameters:
        readinessChecks - A list of readiness checks associated with the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • readinessChecks

        ListReadinessChecksResponse.Builder readinessChecks​(ReadinessCheckOutput... readinessChecks)

        A list of readiness checks associated with the account.

        Parameters:
        readinessChecks - A list of readiness checks associated with the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.