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