Interface ListBlueprintsResponse.Builder

    • Method Detail

      • blueprints

        ListBlueprintsResponse.Builder blueprints​(Collection<BlueprintSummary> blueprints)
        Sets the value of the Blueprints property for this object.
        Parameters:
        blueprints - The new value for the Blueprints property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • blueprints

        ListBlueprintsResponse.Builder blueprints​(BlueprintSummary... blueprints)
        Sets the value of the Blueprints property for this object.
        Parameters:
        blueprints - The new value for the Blueprints property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListBlueprintsResponse.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.