Interface HierarchyPath.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<HierarchyPath.Builder,HierarchyPath>,SdkBuilder<HierarchyPath.Builder,HierarchyPath>,SdkPojo
- Enclosing class:
- HierarchyPath
public static interface HierarchyPath.Builder extends SdkPojo, CopyableBuilder<HierarchyPath.Builder,HierarchyPath>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
levelOne
HierarchyPath.Builder levelOne(HierarchyGroupSummary 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
default HierarchyPath.Builder levelOne(Consumer<HierarchyGroupSummary.Builder> 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:
levelOne(HierarchyGroupSummary)
-
levelTwo
HierarchyPath.Builder levelTwo(HierarchyGroupSummary 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
default HierarchyPath.Builder levelTwo(Consumer<HierarchyGroupSummary.Builder> 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:
levelTwo(HierarchyGroupSummary)
-
levelThree
HierarchyPath.Builder levelThree(HierarchyGroupSummary 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
default HierarchyPath.Builder levelThree(Consumer<HierarchyGroupSummary.Builder> 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:
levelThree(HierarchyGroupSummary)
-
levelFour
HierarchyPath.Builder levelFour(HierarchyGroupSummary 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
default HierarchyPath.Builder levelFour(Consumer<HierarchyGroupSummary.Builder> 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:
levelFour(HierarchyGroupSummary)
-
levelFive
HierarchyPath.Builder levelFive(HierarchyGroupSummary 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
default HierarchyPath.Builder levelFive(Consumer<HierarchyGroupSummary.Builder> 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:
levelFive(HierarchyGroupSummary)
-
-