Interface Group.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Group.Builder,
,Group> SdkBuilder<Group.Builder,
,Group> SdkPojo
- Enclosing class:
Group
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the group.createdTime
(Instant createdTime) The date and time that the group was created.The unique ID of the group.lastModifiedTime
(Instant lastModifiedTime) The date and time that the group was most recently updated.The name of the group.The list of key-value pairs that are associated with the canary.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
-
id
The unique ID of the group.
- Parameters:
id
- The unique ID of the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the group.
- Parameters:
name
- The name of the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The ARN of the group.
- Parameters:
arn
- The ARN of the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The list of key-value pairs that are associated with the canary.
- Parameters:
tags
- The list of key-value pairs that are associated with the canary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
The date and time that the group was created.
- Parameters:
createdTime
- The date and time that the group was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The date and time that the group was most recently updated.
- Parameters:
lastModifiedTime
- The date and time that the group was most recently updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-