Interface ListCisScansResponse.Builder

    • Method Detail

      • nextToken

        ListCisScansResponse.Builder nextToken​(String nextToken)

        The pagination token from a previous request that's used to retrieve the next page of results.

        Parameters:
        nextToken - The pagination token from a previous request that's used to retrieve the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scans

        ListCisScansResponse.Builder scans​(CisScan... scans)

        The CIS scans.

        Parameters:
        scans - The CIS scans.
        Returns:
        Returns a reference to this object so that method calls can be chained together.