Interface BatchGetBlueprintsResponse.Builder

    • Method Detail

      • blueprints

        BatchGetBlueprintsResponse.Builder blueprints​(Collection<Blueprint> blueprints)

        Returns a list of blueprint as a Blueprints object.

        Parameters:
        blueprints - Returns a list of blueprint as a Blueprints object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • blueprints

        BatchGetBlueprintsResponse.Builder blueprints​(Blueprint... blueprints)

        Returns a list of blueprint as a Blueprints object.

        Parameters:
        blueprints - Returns a list of blueprint as a Blueprints object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • missingBlueprints

        BatchGetBlueprintsResponse.Builder missingBlueprints​(Collection<String> missingBlueprints)

        Returns a list of BlueprintNames that were not found.

        Parameters:
        missingBlueprints - Returns a list of BlueprintNames that were not found.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • missingBlueprints

        BatchGetBlueprintsResponse.Builder missingBlueprints​(String... missingBlueprints)

        Returns a list of BlueprintNames that were not found.

        Parameters:
        missingBlueprints - Returns a list of BlueprintNames that were not found.
        Returns:
        Returns a reference to this object so that method calls can be chained together.