Interface AgentHierarchyGroup.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AgentHierarchyGroup.Builder,AgentHierarchyGroup>,SdkBuilder<AgentHierarchyGroup.Builder,AgentHierarchyGroup>,SdkPojo
- Enclosing class:
- AgentHierarchyGroup
public static interface AgentHierarchyGroup.Builder extends SdkPojo, CopyableBuilder<AgentHierarchyGroup.Builder,AgentHierarchyGroup>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentHierarchyGroup.Builderarn(String arn)The Amazon Resource Name (ARN) of the group.-
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
-
arn
AgentHierarchyGroup.Builder arn(String arn)
The Amazon Resource Name (ARN) of the group.
- Parameters:
arn- The Amazon Resource Name (ARN) of the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-