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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentHierarchyGroups.Builderl1Ids(String... l1Ids)The identifiers for level 1 hierarchy groups.AgentHierarchyGroups.Builderl1Ids(Collection<String> l1Ids)The identifiers for level 1 hierarchy groups.AgentHierarchyGroups.Builderl2Ids(String... l2Ids)The identifiers for level 2 hierarchy groups.AgentHierarchyGroups.Builderl2Ids(Collection<String> l2Ids)The identifiers for level 2 hierarchy groups.AgentHierarchyGroups.Builderl3Ids(String... l3Ids)The identifiers for level 3 hierarchy groups.AgentHierarchyGroups.Builderl3Ids(Collection<String> l3Ids)The identifiers for level 3 hierarchy groups.AgentHierarchyGroups.Builderl4Ids(String... l4Ids)The identifiers for level 4 hierarchy groups.AgentHierarchyGroups.Builderl4Ids(Collection<String> l4Ids)The identifiers for level 4 hierarchy groups.AgentHierarchyGroups.Builderl5Ids(String... l5Ids)The identifiers for level 5 hierarchy groups.AgentHierarchyGroups.Builderl5Ids(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 Detail
-
l1Ids
AgentHierarchyGroups.Builder l1Ids(Collection<String> 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
AgentHierarchyGroups.Builder l1Ids(String... 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
AgentHierarchyGroups.Builder l2Ids(Collection<String> 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
AgentHierarchyGroups.Builder l2Ids(String... 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
AgentHierarchyGroups.Builder l3Ids(Collection<String> 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
AgentHierarchyGroups.Builder l3Ids(String... 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
AgentHierarchyGroups.Builder l4Ids(Collection<String> 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
AgentHierarchyGroups.Builder l4Ids(String... 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
AgentHierarchyGroups.Builder l5Ids(Collection<String> 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
AgentHierarchyGroups.Builder l5Ids(String... 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.
-
-