Interface HierarchyPath.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<HierarchyPath.Builder,,HierarchyPath> SdkBuilder<HierarchyPath.Builder,,HierarchyPath> SdkPojo
- Enclosing class:
 HierarchyPath
- 
Method Summary
Modifier and TypeMethodDescriptiondefault HierarchyPath.BuilderlevelFive(Consumer<HierarchyGroupSummary.Builder> levelFive) Information about level five.levelFive(HierarchyGroupSummary levelFive) Information about level five.default HierarchyPath.BuilderlevelFour(Consumer<HierarchyGroupSummary.Builder> levelFour) Information about level four.levelFour(HierarchyGroupSummary levelFour) Information about level four.default HierarchyPath.BuilderlevelOne(Consumer<HierarchyGroupSummary.Builder> levelOne) Information about level one.levelOne(HierarchyGroupSummary levelOne) Information about level one.default HierarchyPath.BuilderlevelThree(Consumer<HierarchyGroupSummary.Builder> levelThree) Information about level three.levelThree(HierarchyGroupSummary levelThree) Information about level three.default HierarchyPath.BuilderlevelTwo(Consumer<HierarchyGroupSummary.Builder> levelTwo) Information about level two.levelTwo(HierarchyGroupSummary levelTwo) Information about level two.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
levelOne
Information about level one.
- Parameters:
 levelOne- Information about level one.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
levelOne
Information about level one.
This is a convenience method that creates an instance of theHierarchyGroupSummary.Builderavoiding the need to create one manually viaHierarchyGroupSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolevelOne(HierarchyGroupSummary).- Parameters:
 levelOne- a consumer that will call methods onHierarchyGroupSummary.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
levelTwo
Information about level two.
- Parameters:
 levelTwo- Information about level two.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
levelTwo
Information about level two.
This is a convenience method that creates an instance of theHierarchyGroupSummary.Builderavoiding the need to create one manually viaHierarchyGroupSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolevelTwo(HierarchyGroupSummary).- Parameters:
 levelTwo- a consumer that will call methods onHierarchyGroupSummary.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
levelThree
Information about level three.
- Parameters:
 levelThree- Information about level three.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
levelThree
Information about level three.
This is a convenience method that creates an instance of theHierarchyGroupSummary.Builderavoiding the need to create one manually viaHierarchyGroupSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolevelThree(HierarchyGroupSummary).- Parameters:
 levelThree- a consumer that will call methods onHierarchyGroupSummary.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
levelFour
Information about level four.
- Parameters:
 levelFour- Information about level four.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
levelFour
Information about level four.
This is a convenience method that creates an instance of theHierarchyGroupSummary.Builderavoiding the need to create one manually viaHierarchyGroupSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolevelFour(HierarchyGroupSummary).- Parameters:
 levelFour- a consumer that will call methods onHierarchyGroupSummary.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
levelFive
Information about level five.
- Parameters:
 levelFive- Information about level five.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
levelFive
Information about level five.
This is a convenience method that creates an instance of theHierarchyGroupSummary.Builderavoiding the need to create one manually viaHierarchyGroupSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolevelFive(HierarchyGroupSummary).- Parameters:
 levelFive- a consumer that will call methods onHierarchyGroupSummary.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -