public static interface Group.Builder extends SdkPojo, CopyableBuilder<Group.Builder,Group>
| Modifier and Type | Method and Description |
|---|---|
Group.Builder |
arn(String arn)
The ARN of the group.
|
Group.Builder |
createdTime(Instant createdTime)
The date and time that the group was created.
|
Group.Builder |
id(String id)
The unique ID of the group.
|
Group.Builder |
lastModifiedTime(Instant lastModifiedTime)
The date and time that the group was most recently updated.
|
Group.Builder |
name(String name)
The name of the group.
|
Group.Builder |
tags(Map<String,String> tags)
The list of key-value pairs that are associated with the canary.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGroup.Builder id(String id)
The unique ID of the group.
id - The unique ID of the group.Group.Builder name(String name)
The name of the group.
name - The name of the group.Group.Builder arn(String arn)
The ARN of the group.
arn - The ARN of the group.Group.Builder tags(Map<String,String> tags)
The list of key-value pairs that are associated with the canary.
tags - The list of key-value pairs that are associated with the canary.Group.Builder createdTime(Instant createdTime)
The date and time that the group was created.
createdTime - The date and time that the group was created.Group.Builder lastModifiedTime(Instant lastModifiedTime)
The date and time that the group was most recently updated.
lastModifiedTime - The date and time that the group was most recently updated.Copyright © 2022. All rights reserved.