public static interface ListAssociatedGroupsResponse.Builder extends SyntheticsResponse.Builder, SdkPojo, CopyableBuilder<ListAssociatedGroupsResponse.Builder,ListAssociatedGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAssociatedGroupsResponse.Builder |
groups(Collection<GroupSummary> groups)
An array of structures that contain information about the groups that this canary is associated with.
|
ListAssociatedGroupsResponse.Builder |
groups(Consumer<GroupSummary.Builder>... groups)
An array of structures that contain information about the groups that this canary is associated with.
|
ListAssociatedGroupsResponse.Builder |
groups(GroupSummary... groups)
An array of structures that contain information about the groups that this canary is associated with.
|
ListAssociatedGroupsResponse.Builder |
nextToken(String nextToken)
A token that indicates that there is more data available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAssociatedGroupsResponse.Builder groups(Collection<GroupSummary> groups)
An array of structures that contain information about the groups that this canary is associated with.
groups - An array of structures that contain information about the groups that this canary is associated with.ListAssociatedGroupsResponse.Builder groups(GroupSummary... groups)
An array of structures that contain information about the groups that this canary is associated with.
groups - An array of structures that contain information about the groups that this canary is associated with.ListAssociatedGroupsResponse.Builder groups(Consumer<GroupSummary.Builder>... groups)
An array of structures that contain information about the groups that this canary is associated with.
This is a convenience method that creates an instance of theGroupSummary.Builder avoiding the need to create one
manually via GroupSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #groups(List.
groups - a consumer that will call methods on
GroupSummary.Builder#groups(java.util.Collection) ListAssociatedGroupsResponse.Builder nextToken(String nextToken)
A token that indicates that there is more data available. You can use this token in a subsequent
ListAssociatedGroups operation to retrieve the next set of results.
nextToken - A token that indicates that there is more data available. You can use this token in a subsequent
ListAssociatedGroups operation to retrieve the next set of results.Copyright © 2022. All rights reserved.