public static interface ListAssociatedGroupsRequest.Builder extends SyntheticsRequest.Builder, SdkPojo, CopyableBuilder<ListAssociatedGroupsRequest.Builder,ListAssociatedGroupsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAssociatedGroupsRequest.Builder |
maxResults(Integer maxResults)
Specify this parameter to limit how many groups are returned each time you use the
ListAssociatedGroups operation. |
ListAssociatedGroupsRequest.Builder |
nextToken(String nextToken)
A token that indicates that there is more data available.
|
ListAssociatedGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAssociatedGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAssociatedGroupsRequest.Builder |
resourceArn(String resourceArn)
The ARN of the canary that you want to view groups for.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAssociatedGroupsRequest.Builder nextToken(String nextToken)
A token that indicates that there is more data available. You can use this token in a subsequent 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
operation to retrieve the next set of results.ListAssociatedGroupsRequest.Builder maxResults(Integer maxResults)
Specify this parameter to limit how many groups are returned each time you use the
ListAssociatedGroups operation. If you omit this parameter, the default of 20 is used.
maxResults - Specify this parameter to limit how many groups are returned each time you use the
ListAssociatedGroups operation. If you omit this parameter, the default of 20 is used.ListAssociatedGroupsRequest.Builder resourceArn(String resourceArn)
The ARN of the canary that you want to view groups for.
resourceArn - The ARN of the canary that you want to view groups for.ListAssociatedGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAssociatedGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.