public static interface LaunchPathSummary.Builder extends SdkPojo, CopyableBuilder<LaunchPathSummary.Builder,LaunchPathSummary>
| Modifier and Type | Method and Description |
|---|---|
LaunchPathSummary.Builder |
constraintSummaries(Collection<ConstraintSummary> constraintSummaries)
The constraints on the portfolio-product relationship.
|
LaunchPathSummary.Builder |
constraintSummaries(ConstraintSummary... constraintSummaries)
The constraints on the portfolio-product relationship.
|
LaunchPathSummary.Builder |
constraintSummaries(Consumer<ConstraintSummary.Builder>... constraintSummaries)
The constraints on the portfolio-product relationship.
|
LaunchPathSummary.Builder |
id(String id)
The identifier of the product path.
|
LaunchPathSummary.Builder |
name(String name)
The name of the portfolio that contains the product.
|
LaunchPathSummary.Builder |
tags(Collection<Tag> tags)
The tags associated with this product path.
|
LaunchPathSummary.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags associated with this product path.
|
LaunchPathSummary.Builder |
tags(Tag... tags)
The tags associated with this product path.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLaunchPathSummary.Builder id(String id)
The identifier of the product path.
id - The identifier of the product path.LaunchPathSummary.Builder constraintSummaries(Collection<ConstraintSummary> constraintSummaries)
The constraints on the portfolio-product relationship.
constraintSummaries - The constraints on the portfolio-product relationship.LaunchPathSummary.Builder constraintSummaries(ConstraintSummary... constraintSummaries)
The constraints on the portfolio-product relationship.
constraintSummaries - The constraints on the portfolio-product relationship.LaunchPathSummary.Builder constraintSummaries(Consumer<ConstraintSummary.Builder>... constraintSummaries)
The constraints on the portfolio-product relationship.
This is a convenience method that creates an instance of theConstraintSummary.Builder avoiding the need to
create one manually via
ConstraintSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #constraintSummaries(List.
constraintSummaries - a consumer that will call methods on
ConstraintSummary.Builder#constraintSummaries(java.util.Collection) LaunchPathSummary.Builder tags(Collection<Tag> tags)
The tags associated with this product path.
tags - The tags associated with this product path.LaunchPathSummary.Builder tags(Tag... tags)
The tags associated with this product path.
tags - The tags associated with this product path.LaunchPathSummary.Builder tags(Consumer<Tag.Builder>... tags)
The tags associated with this product path.
This is a convenience method that creates an instance of theTag.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.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) LaunchPathSummary.Builder name(String name)
The name of the portfolio that contains the product.
name - The name of the portfolio that contains the product.Copyright © 2023. All rights reserved.