| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
Group.Builder |
Group.Builder.arn(String arn)
The ARN of the group.
|
static Group.Builder |
Group.builder() |
Group.Builder |
Group.Builder.createdTime(Instant createdTime)
The date and time that the group was created.
|
Group.Builder |
Group.Builder.id(String id)
The unique ID of the group.
|
Group.Builder |
Group.Builder.lastModifiedTime(Instant lastModifiedTime)
The date and time that the group was most recently updated.
|
Group.Builder |
Group.Builder.name(String name)
The name of the group.
|
Group.Builder |
Group.Builder.tags(Map<String,String> tags)
The list of key-value pairs that are associated with the canary.
|
Group.Builder |
Group.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Group.Builder> |
Group.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateGroupResponse.Builder |
CreateGroupResponse.Builder.group(Consumer<Group.Builder> group)
A structure that contains information about the group that was just created.
|
default GetGroupResponse.Builder |
GetGroupResponse.Builder.group(Consumer<Group.Builder> group)
A structure that contains information about the group.
|
Copyright © 2022. All rights reserved.