Interface HierarchyLevel.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<HierarchyLevel.Builder,HierarchyLevel>,SdkBuilder<HierarchyLevel.Builder,HierarchyLevel>,SdkPojo
- Enclosing class:
- HierarchyLevel
public static interface HierarchyLevel.Builder extends SdkPojo, CopyableBuilder<HierarchyLevel.Builder,HierarchyLevel>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HierarchyLevel.Builderarn(String arn)The Amazon Resource Name (ARN) of the hierarchy level.HierarchyLevel.Builderid(String id)The identifier of the hierarchy level.HierarchyLevel.BuilderlastModifiedRegion(String lastModifiedRegion)The Amazon Web Services Region where this resource was last modified.HierarchyLevel.BuilderlastModifiedTime(Instant lastModifiedTime)The timestamp when this resource was last modified.HierarchyLevel.Buildername(String name)The name of the 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 Detail
-
id
HierarchyLevel.Builder id(String id)
The identifier of the hierarchy level.
- Parameters:
id- The identifier of the hierarchy level.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
HierarchyLevel.Builder arn(String arn)
The Amazon Resource Name (ARN) of the hierarchy level.
- Parameters:
arn- The Amazon Resource Name (ARN) of the hierarchy level.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
HierarchyLevel.Builder name(String name)
The name of the hierarchy level.
- Parameters:
name- The name of the hierarchy level.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
HierarchyLevel.Builder lastModifiedTime(Instant lastModifiedTime)
The timestamp when this resource was last modified.
- Parameters:
lastModifiedTime- The timestamp when this resource was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedRegion
HierarchyLevel.Builder lastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
- Parameters:
lastModifiedRegion- The Amazon Web Services Region where this resource was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-