Interface ListBlueprintsResponse.Builder

    • Method Detail

      • blueprints

        ListBlueprintsResponse.Builder blueprints​(Collection<String> blueprints)

        List of names of blueprints in the account.

        Parameters:
        blueprints - List of names of blueprints in the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • blueprints

        ListBlueprintsResponse.Builder blueprints​(String... blueprints)

        List of names of blueprints in the account.

        Parameters:
        blueprints - List of names of blueprints in the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListBlueprintsResponse.Builder nextToken​(String nextToken)

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

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