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 to which the user was assigned.
|
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.
|
copy
applyMutation, build
LaunchPathSummary.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 that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #constraintSummaries(List)
.constraintSummaries
- a consumer that will call methods on List.Builder
#constraintSummaries(List)
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 that creates an instance of theList.Builder
avoiding the need to create
one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its result
is passed to #tags(List)
.tags
- a consumer that will call methods on List.Builder
#tags(List)
LaunchPathSummary.Builder name(String name)
The name of the portfolio to which the user was assigned.
name
- The name of the portfolio to which the user was assigned.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.