public static interface ListGroupResourcesRequest.Builder extends SyntheticsRequest.Builder, SdkPojo, CopyableBuilder<ListGroupResourcesRequest.Builder,ListGroupResourcesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListGroupResourcesRequest.Builder |
groupIdentifier(String groupIdentifier)
Specifies the group to return information for.
|
ListGroupResourcesRequest.Builder |
maxResults(Integer maxResults)
Specify this parameter to limit how many canary ARNs are returned each time you use the
ListGroupResources operation. |
ListGroupResourcesRequest.Builder |
nextToken(String nextToken)
A token that indicates that there is more data available.
|
ListGroupResourcesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListGroupResourcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGroupResourcesRequest.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.ListGroupResourcesRequest.Builder maxResults(Integer maxResults)
Specify this parameter to limit how many canary ARNs are returned each time you use the
ListGroupResources operation. If you omit this parameter, the default of 20 is used.
maxResults - Specify this parameter to limit how many canary ARNs are returned each time you use the
ListGroupResources operation. If you omit this parameter, the default of 20 is used.ListGroupResourcesRequest.Builder groupIdentifier(String groupIdentifier)
Specifies the group to return information for. You can specify the group name, the ARN, or the group ID as
the GroupIdentifier.
groupIdentifier - Specifies the group to return information for. You can specify the group name, the ARN, or the group
ID as the GroupIdentifier.ListGroupResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListGroupResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.