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