public static interface LaunchPathSummary.Builder extends CopyableBuilder<LaunchPathSummary.Builder,LaunchPathSummary>
Modifier and Type | Method and Description |
---|---|
LaunchPathSummary.Builder |
constraintSummaries(Collection<ConstraintSummary> constraintSummaries)
List of constraints on the portfolio-product relationship.
|
LaunchPathSummary.Builder |
constraintSummaries(ConstraintSummary... constraintSummaries)
List of constraints on the portfolio-product relationship.
|
LaunchPathSummary.Builder |
constraintSummaries(Consumer<ConstraintSummary.Builder>... constraintSummaries)
List of constraints on the portfolio-product relationship.
|
LaunchPathSummary.Builder |
id(String id)
The unique identifier of the product path.
|
LaunchPathSummary.Builder |
name(String name)
Corresponds to the name of the portfolio to which the user was assigned.
|
LaunchPathSummary.Builder |
tags(Collection<Tag> tags)
List of tags used by this launch path.
|
LaunchPathSummary.Builder |
tags(Consumer<Tag.Builder>... tags)
List of tags used by this launch path.
|
LaunchPathSummary.Builder |
tags(Tag... tags)
List of tags used by this launch path.
|
copy
applyMutation, build
LaunchPathSummary.Builder id(String id)
The unique identifier of the product path.
id
- The unique identifier of the product path.LaunchPathSummary.Builder constraintSummaries(Collection<ConstraintSummary> constraintSummaries)
List of constraints on the portfolio-product relationship.
constraintSummaries
- List of constraints on the portfolio-product relationship.LaunchPathSummary.Builder constraintSummaries(ConstraintSummary... constraintSummaries)
List of constraints on the portfolio-product relationship.
constraintSummaries
- List of constraints on the portfolio-product relationship.LaunchPathSummary.Builder constraintSummaries(Consumer<ConstraintSummary.Builder>... constraintSummaries)
List of 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)
List of tags used by this launch path.
tags
- List of tags used by this launch path.LaunchPathSummary.Builder tags(Tag... tags)
List of tags used by this launch path.
tags
- List of tags used by this launch path.LaunchPathSummary.Builder tags(Consumer<Tag.Builder>... tags)
List of tags used by this launch 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)
Corresponds to the name of the portfolio to which the user was assigned.
name
- Corresponds to the name of the portfolio to which the user was assigned.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.