Interface GetBlueprintRunsResponse.Builder

    • Method Detail

      • blueprintRuns

        GetBlueprintRunsResponse.Builder blueprintRuns​(Collection<BlueprintRun> blueprintRuns)

        Returns a list of BlueprintRun objects.

        Parameters:
        blueprintRuns - Returns a list of BlueprintRun objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • blueprintRuns

        GetBlueprintRunsResponse.Builder blueprintRuns​(BlueprintRun... blueprintRuns)

        Returns a list of BlueprintRun objects.

        Parameters:
        blueprintRuns - Returns a list of BlueprintRun objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetBlueprintRunsResponse.Builder nextToken​(String nextToken)

        A continuation token, if not all blueprint runs have been returned.

        Parameters:
        nextToken - A continuation token, if not all blueprint runs have been returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.