Interface HierarchyLevelUpdate.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<HierarchyLevelUpdate.Builder,
,HierarchyLevelUpdate> SdkBuilder<HierarchyLevelUpdate.Builder,
,HierarchyLevelUpdate> SdkPojo
- Enclosing class:
HierarchyLevelUpdate
public static interface HierarchyLevelUpdate.Builder
extends SdkPojo, CopyableBuilder<HierarchyLevelUpdate.Builder,HierarchyLevelUpdate>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the user hierarchy level.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
-
name
The name of the user hierarchy level. Must not be more than 50 characters.
- Parameters:
name
- The name of the user hierarchy level. Must not be more than 50 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-