public static interface ListGroupResourcesResponse.Builder extends SyntheticsResponse.Builder, SdkPojo, CopyableBuilder<ListGroupResourcesResponse.Builder,ListGroupResourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListGroupResourcesResponse.Builder |
nextToken(String nextToken)
A token that indicates that there is more data available.
|
ListGroupResourcesResponse.Builder |
resources(Collection<String> resources)
An array of ARNs.
|
ListGroupResourcesResponse.Builder |
resources(String... resources)
An array of ARNs.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGroupResourcesResponse.Builder resources(Collection<String> resources)
An array of ARNs. These ARNs are for the canaries that are associated with the group.
resources - An array of ARNs. These ARNs are for the canaries that are associated with the group.ListGroupResourcesResponse.Builder resources(String... resources)
An array of ARNs. These ARNs are for the canaries that are associated with the group.
resources - An array of ARNs. These ARNs are for the canaries that are associated with the group.ListGroupResourcesResponse.Builder nextToken(String nextToken)
A token that indicates that there is more data available. You can use this token in a subsequent
ListGroupResources 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
ListGroupResources operation to retrieve the next set of results.Copyright © 2022. All rights reserved.