public static interface HierarchyPath.Builder extends SdkPojo, CopyableBuilder<HierarchyPath.Builder,HierarchyPath>
Modifier and Type | Method and Description |
---|---|
default HierarchyPath.Builder |
levelFive(Consumer<HierarchyGroupSummary.Builder> levelFive)
A
HierarchyGroupSummary object that contains information about the level of the hierarchy group,
including ARN, Id, and Name. |
HierarchyPath.Builder |
levelFive(HierarchyGroupSummary levelFive)
A
HierarchyGroupSummary object that contains information about the level of the hierarchy group,
including ARN, Id, and Name. |
default HierarchyPath.Builder |
levelFour(Consumer<HierarchyGroupSummary.Builder> levelFour)
A
HierarchyGroupSummary object that contains information about the level of the hierarchy group,
including ARN, Id, and Name. |
HierarchyPath.Builder |
levelFour(HierarchyGroupSummary levelFour)
A
HierarchyGroupSummary object that contains information about the level of the hierarchy group,
including ARN, Id, and Name. |
default HierarchyPath.Builder |
levelOne(Consumer<HierarchyGroupSummary.Builder> levelOne)
A
HierarchyGroupSummary object that contains information about the level of the hierarchy group,
including ARN, Id, and Name. |
HierarchyPath.Builder |
levelOne(HierarchyGroupSummary levelOne)
A
HierarchyGroupSummary object that contains information about the level of the hierarchy group,
including ARN, Id, and Name. |
default HierarchyPath.Builder |
levelThree(Consumer<HierarchyGroupSummary.Builder> levelThree)
A
HierarchyGroupSummary object that contains information about the level of the hierarchy group,
including ARN, Id, and Name. |
HierarchyPath.Builder |
levelThree(HierarchyGroupSummary levelThree)
A
HierarchyGroupSummary object that contains information about the level of the hierarchy group,
including ARN, Id, and Name. |
default HierarchyPath.Builder |
levelTwo(Consumer<HierarchyGroupSummary.Builder> levelTwo)
A
HierarchyGroupSummary object that contains information about the level of the hierarchy group,
including ARN, Id, and Name. |
HierarchyPath.Builder |
levelTwo(HierarchyGroupSummary levelTwo)
A
HierarchyGroupSummary object that contains information about the level of the hierarchy group,
including ARN, Id, and Name. |
copy
applyMutation, build
HierarchyPath.Builder levelOne(HierarchyGroupSummary levelOne)
A HierarchyGroupSummary
object that contains information about the level of the hierarchy group,
including ARN, Id, and Name.
levelOne
- A HierarchyGroupSummary
object that contains information about the level of the hierarchy
group, including ARN, Id, and Name.default HierarchyPath.Builder levelOne(Consumer<HierarchyGroupSummary.Builder> levelOne)
A HierarchyGroupSummary
object that contains information about the level of the hierarchy group,
including ARN, Id, and Name.
HierarchyGroupSummary.Builder
avoiding the need
to create one manually via HierarchyGroupSummary.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to levelOne(HierarchyGroupSummary)
.levelOne
- a consumer that will call methods on HierarchyGroupSummary.Builder
levelOne(HierarchyGroupSummary)
HierarchyPath.Builder levelTwo(HierarchyGroupSummary levelTwo)
A HierarchyGroupSummary
object that contains information about the level of the hierarchy group,
including ARN, Id, and Name.
levelTwo
- A HierarchyGroupSummary
object that contains information about the level of the hierarchy
group, including ARN, Id, and Name.default HierarchyPath.Builder levelTwo(Consumer<HierarchyGroupSummary.Builder> levelTwo)
A HierarchyGroupSummary
object that contains information about the level of the hierarchy group,
including ARN, Id, and Name.
HierarchyGroupSummary.Builder
avoiding the need
to create one manually via HierarchyGroupSummary.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to levelTwo(HierarchyGroupSummary)
.levelTwo
- a consumer that will call methods on HierarchyGroupSummary.Builder
levelTwo(HierarchyGroupSummary)
HierarchyPath.Builder levelThree(HierarchyGroupSummary levelThree)
A HierarchyGroupSummary
object that contains information about the level of the hierarchy group,
including ARN, Id, and Name.
levelThree
- A HierarchyGroupSummary
object that contains information about the level of the hierarchy
group, including ARN, Id, and Name.default HierarchyPath.Builder levelThree(Consumer<HierarchyGroupSummary.Builder> levelThree)
A HierarchyGroupSummary
object that contains information about the level of the hierarchy group,
including ARN, Id, and Name.
HierarchyGroupSummary.Builder
avoiding the need
to create one manually via HierarchyGroupSummary.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to levelThree(HierarchyGroupSummary)
.levelThree
- a consumer that will call methods on HierarchyGroupSummary.Builder
levelThree(HierarchyGroupSummary)
HierarchyPath.Builder levelFour(HierarchyGroupSummary levelFour)
A HierarchyGroupSummary
object that contains information about the level of the hierarchy group,
including ARN, Id, and Name.
levelFour
- A HierarchyGroupSummary
object that contains information about the level of the hierarchy
group, including ARN, Id, and Name.default HierarchyPath.Builder levelFour(Consumer<HierarchyGroupSummary.Builder> levelFour)
A HierarchyGroupSummary
object that contains information about the level of the hierarchy group,
including ARN, Id, and Name.
HierarchyGroupSummary.Builder
avoiding the need
to create one manually via HierarchyGroupSummary.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to levelFour(HierarchyGroupSummary)
.levelFour
- a consumer that will call methods on HierarchyGroupSummary.Builder
levelFour(HierarchyGroupSummary)
HierarchyPath.Builder levelFive(HierarchyGroupSummary levelFive)
A HierarchyGroupSummary
object that contains information about the level of the hierarchy group,
including ARN, Id, and Name.
levelFive
- A HierarchyGroupSummary
object that contains information about the level of the hierarchy
group, including ARN, Id, and Name.default HierarchyPath.Builder levelFive(Consumer<HierarchyGroupSummary.Builder> levelFive)
A HierarchyGroupSummary
object that contains information about the level of the hierarchy group,
including ARN, Id, and Name.
HierarchyGroupSummary.Builder
avoiding the need
to create one manually via HierarchyGroupSummary.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to levelFive(HierarchyGroupSummary)
.levelFive
- a consumer that will call methods on HierarchyGroupSummary.Builder
levelFive(HierarchyGroupSummary)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.