Interface AgentHierarchyGroups.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AgentHierarchyGroups.Builder,
,AgentHierarchyGroups> SdkBuilder<AgentHierarchyGroups.Builder,
,AgentHierarchyGroups> SdkPojo
- Enclosing class:
AgentHierarchyGroups
public static interface AgentHierarchyGroups.Builder
extends SdkPojo, CopyableBuilder<AgentHierarchyGroups.Builder,AgentHierarchyGroups>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifiers for level 1 hierarchy groups.l1Ids
(Collection<String> l1Ids) The identifiers for level 1 hierarchy groups.The identifiers for level 2 hierarchy groups.l2Ids
(Collection<String> l2Ids) The identifiers for level 2 hierarchy groups.The identifiers for level 3 hierarchy groups.l3Ids
(Collection<String> l3Ids) The identifiers for level 3 hierarchy groups.The identifiers for level 4 hierarchy groups.l4Ids
(Collection<String> l4Ids) The identifiers for level 4 hierarchy groups.The identifiers for level 5 hierarchy groups.l5Ids
(Collection<String> l5Ids) The identifiers for level 5 hierarchy groups.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 Details
-
l1Ids
The identifiers for level 1 hierarchy groups.
- Parameters:
l1Ids
- The identifiers for level 1 hierarchy groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
l1Ids
The identifiers for level 1 hierarchy groups.
- Parameters:
l1Ids
- The identifiers for level 1 hierarchy groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
l2Ids
The identifiers for level 2 hierarchy groups.
- Parameters:
l2Ids
- The identifiers for level 2 hierarchy groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
l2Ids
The identifiers for level 2 hierarchy groups.
- Parameters:
l2Ids
- The identifiers for level 2 hierarchy groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
l3Ids
The identifiers for level 3 hierarchy groups.
- Parameters:
l3Ids
- The identifiers for level 3 hierarchy groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
l3Ids
The identifiers for level 3 hierarchy groups.
- Parameters:
l3Ids
- The identifiers for level 3 hierarchy groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
l4Ids
The identifiers for level 4 hierarchy groups.
- Parameters:
l4Ids
- The identifiers for level 4 hierarchy groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
l4Ids
The identifiers for level 4 hierarchy groups.
- Parameters:
l4Ids
- The identifiers for level 4 hierarchy groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
l5Ids
The identifiers for level 5 hierarchy groups.
- Parameters:
l5Ids
- The identifiers for level 5 hierarchy groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
l5Ids
The identifiers for level 5 hierarchy groups.
- Parameters:
l5Ids
- The identifiers for level 5 hierarchy groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-