Interface LaunchPathSummary.Builder

    • Method Detail

      • id

        LaunchPathSummary.Builder id​(String id)

        The identifier of the product path.

        Parameters:
        id - The identifier of the product path.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • constraintSummaries

        LaunchPathSummary.Builder constraintSummaries​(Collection<ConstraintSummary> constraintSummaries)

        The constraints on the portfolio-product relationship.

        Parameters:
        constraintSummaries - The constraints on the portfolio-product relationship.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • constraintSummaries

        LaunchPathSummary.Builder constraintSummaries​(ConstraintSummary... constraintSummaries)

        The constraints on the portfolio-product relationship.

        Parameters:
        constraintSummaries - The constraints on the portfolio-product relationship.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        LaunchPathSummary.Builder tags​(Collection<Tag> tags)

        The tags associated with this product path.

        Parameters:
        tags - The tags associated with this product path.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        LaunchPathSummary.Builder tags​(Tag... tags)

        The tags associated with this product path.

        Parameters:
        tags - The tags associated with this product path.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        LaunchPathSummary.Builder tags​(Consumer<Tag.Builder>... tags)

        The tags associated with this product path.

        This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #tags(List).

        Parameters:
        tags - a consumer that will call methods on Tag.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #tags(java.util.Collection)
      • name

        LaunchPathSummary.Builder name​(String name)

        The name of the portfolio that contains the product.

        Parameters:
        name - The name of the portfolio that contains the product.
        Returns:
        Returns a reference to this object so that method calls can be chained together.