Interface HierarchyPathReference.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<HierarchyPathReference.Builder,HierarchyPathReference>,SdkBuilder<HierarchyPathReference.Builder,HierarchyPathReference>,SdkPojo
- Enclosing class:
- HierarchyPathReference
public static interface HierarchyPathReference.Builder extends SdkPojo, CopyableBuilder<HierarchyPathReference.Builder,HierarchyPathReference>
-
-
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
HierarchyPathReference.Builder levelOne(HierarchyGroupSummaryReference 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 HierarchyPathReference.Builder levelOne(Consumer<HierarchyGroupSummaryReference.Builder> levelOne)
Information about level one.
This is a convenience method that creates an instance of theHierarchyGroupSummaryReference.Builderavoiding the need to create one manually viaHierarchyGroupSummaryReference.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolevelOne(HierarchyGroupSummaryReference).- Parameters:
levelOne- a consumer that will call methods onHierarchyGroupSummaryReference.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
levelOne(HierarchyGroupSummaryReference)
-
levelTwo
HierarchyPathReference.Builder levelTwo(HierarchyGroupSummaryReference 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 HierarchyPathReference.Builder levelTwo(Consumer<HierarchyGroupSummaryReference.Builder> levelTwo)
Information about level two.
This is a convenience method that creates an instance of theHierarchyGroupSummaryReference.Builderavoiding the need to create one manually viaHierarchyGroupSummaryReference.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolevelTwo(HierarchyGroupSummaryReference).- Parameters:
levelTwo- a consumer that will call methods onHierarchyGroupSummaryReference.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
levelTwo(HierarchyGroupSummaryReference)
-
levelThree
HierarchyPathReference.Builder levelThree(HierarchyGroupSummaryReference 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 HierarchyPathReference.Builder levelThree(Consumer<HierarchyGroupSummaryReference.Builder> levelThree)
Information about level three.
This is a convenience method that creates an instance of theHierarchyGroupSummaryReference.Builderavoiding the need to create one manually viaHierarchyGroupSummaryReference.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolevelThree(HierarchyGroupSummaryReference).- Parameters:
levelThree- a consumer that will call methods onHierarchyGroupSummaryReference.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
levelThree(HierarchyGroupSummaryReference)
-
levelFour
HierarchyPathReference.Builder levelFour(HierarchyGroupSummaryReference 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 HierarchyPathReference.Builder levelFour(Consumer<HierarchyGroupSummaryReference.Builder> levelFour)
Information about level four.
This is a convenience method that creates an instance of theHierarchyGroupSummaryReference.Builderavoiding the need to create one manually viaHierarchyGroupSummaryReference.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolevelFour(HierarchyGroupSummaryReference).- Parameters:
levelFour- a consumer that will call methods onHierarchyGroupSummaryReference.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
levelFour(HierarchyGroupSummaryReference)
-
levelFive
HierarchyPathReference.Builder levelFive(HierarchyGroupSummaryReference 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 HierarchyPathReference.Builder levelFive(Consumer<HierarchyGroupSummaryReference.Builder> levelFive)
Information about level five.
This is a convenience method that creates an instance of theHierarchyGroupSummaryReference.Builderavoiding the need to create one manually viaHierarchyGroupSummaryReference.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolevelFive(HierarchyGroupSummaryReference).- Parameters:
levelFive- a consumer that will call methods onHierarchyGroupSummaryReference.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
levelFive(HierarchyGroupSummaryReference)
-
-