Uses of Interface
software.amazon.awssdk.services.synthetics.model.Group.Builder
-
Packages that use Group.Builder Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of Group.Builder in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return Group.Builder Modifier and Type Method Description Group.BuilderGroup.Builder. arn(String arn)The ARN of the group.static Group.BuilderGroup. builder()Group.BuilderGroup.Builder. createdTime(Instant createdTime)The date and time that the group was created.Group.BuilderGroup.Builder. id(String id)The unique ID of the group.Group.BuilderGroup.Builder. lastModifiedTime(Instant lastModifiedTime)The date and time that the group was most recently updated.Group.BuilderGroup.Builder. name(String name)The name of the group.Group.BuilderGroup.Builder. tags(Map<String,String> tags)The list of key-value pairs that are associated with the canary.Group.BuilderGroup. toBuilder()Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type Group.Builder Modifier and Type Method Description static Class<? extends Group.Builder>Group. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.synthetics.model with type arguments of type Group.Builder Modifier and Type Method Description default CreateGroupResponse.BuilderCreateGroupResponse.Builder. group(Consumer<Group.Builder> group)A structure that contains information about the group that was just created.default GetGroupResponse.BuilderGetGroupResponse.Builder. group(Consumer<Group.Builder> group)A structure that contains information about the group.
-