public static interface HierarchyStructure.Builder extends SdkPojo, CopyableBuilder<HierarchyStructure.Builder,HierarchyStructure>
| Modifier and Type | Method and Description |
|---|---|
default HierarchyStructure.Builder |
levelFive(Consumer<HierarchyLevel.Builder> levelFive)
A
HierarchyLevel object that contains information about the hierarchy group level. |
HierarchyStructure.Builder |
levelFive(HierarchyLevel levelFive)
A
HierarchyLevel object that contains information about the hierarchy group level. |
default HierarchyStructure.Builder |
levelFour(Consumer<HierarchyLevel.Builder> levelFour)
A
HierarchyLevel object that contains information about the hierarchy group level. |
HierarchyStructure.Builder |
levelFour(HierarchyLevel levelFour)
A
HierarchyLevel object that contains information about the hierarchy group level. |
default HierarchyStructure.Builder |
levelOne(Consumer<HierarchyLevel.Builder> levelOne)
A
HierarchyLevel object that contains information about the hierarchy group level. |
HierarchyStructure.Builder |
levelOne(HierarchyLevel levelOne)
A
HierarchyLevel object that contains information about the hierarchy group level. |
default HierarchyStructure.Builder |
levelThree(Consumer<HierarchyLevel.Builder> levelThree)
A
HierarchyLevel object that contains information about the hierarchy group level. |
HierarchyStructure.Builder |
levelThree(HierarchyLevel levelThree)
A
HierarchyLevel object that contains information about the hierarchy group level. |
default HierarchyStructure.Builder |
levelTwo(Consumer<HierarchyLevel.Builder> levelTwo)
A
HierarchyLevel object that contains information about the hierarchy group level. |
HierarchyStructure.Builder |
levelTwo(HierarchyLevel levelTwo)
A
HierarchyLevel object that contains information about the hierarchy group level. |
copyapplyMutation, buildHierarchyStructure.Builder levelOne(HierarchyLevel levelOne)
A HierarchyLevel object that contains information about the hierarchy group level.
levelOne - A HierarchyLevel object that contains information about the hierarchy group level.default HierarchyStructure.Builder levelOne(Consumer<HierarchyLevel.Builder> levelOne)
A HierarchyLevel object that contains information about the hierarchy group level.
HierarchyLevel.Builder avoiding the need to
create one manually via HierarchyLevel.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to levelOne(HierarchyLevel).levelOne - a consumer that will call methods on HierarchyLevel.BuilderlevelOne(HierarchyLevel)HierarchyStructure.Builder levelTwo(HierarchyLevel levelTwo)
A HierarchyLevel object that contains information about the hierarchy group level.
levelTwo - A HierarchyLevel object that contains information about the hierarchy group level.default HierarchyStructure.Builder levelTwo(Consumer<HierarchyLevel.Builder> levelTwo)
A HierarchyLevel object that contains information about the hierarchy group level.
HierarchyLevel.Builder avoiding the need to
create one manually via HierarchyLevel.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to levelTwo(HierarchyLevel).levelTwo - a consumer that will call methods on HierarchyLevel.BuilderlevelTwo(HierarchyLevel)HierarchyStructure.Builder levelThree(HierarchyLevel levelThree)
A HierarchyLevel object that contains information about the hierarchy group level.
levelThree - A HierarchyLevel object that contains information about the hierarchy group level.default HierarchyStructure.Builder levelThree(Consumer<HierarchyLevel.Builder> levelThree)
A HierarchyLevel object that contains information about the hierarchy group level.
HierarchyLevel.Builder avoiding the need to
create one manually via HierarchyLevel.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to levelThree(HierarchyLevel).levelThree - a consumer that will call methods on HierarchyLevel.BuilderlevelThree(HierarchyLevel)HierarchyStructure.Builder levelFour(HierarchyLevel levelFour)
A HierarchyLevel object that contains information about the hierarchy group level.
levelFour - A HierarchyLevel object that contains information about the hierarchy group level.default HierarchyStructure.Builder levelFour(Consumer<HierarchyLevel.Builder> levelFour)
A HierarchyLevel object that contains information about the hierarchy group level.
HierarchyLevel.Builder avoiding the need to
create one manually via HierarchyLevel.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to levelFour(HierarchyLevel).levelFour - a consumer that will call methods on HierarchyLevel.BuilderlevelFour(HierarchyLevel)HierarchyStructure.Builder levelFive(HierarchyLevel levelFive)
A HierarchyLevel object that contains information about the hierarchy group level.
levelFive - A HierarchyLevel object that contains information about the hierarchy group level.default HierarchyStructure.Builder levelFive(Consumer<HierarchyLevel.Builder> levelFive)
A HierarchyLevel object that contains information about the hierarchy group level.
HierarchyLevel.Builder avoiding the need to
create one manually via HierarchyLevel.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to levelFive(HierarchyLevel).levelFive - a consumer that will call methods on HierarchyLevel.BuilderlevelFive(HierarchyLevel)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.