Interface ListBlueprintsResponse.Builder

  • Method Details

    • 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.