public static interface DescribeCanariesRequest.Builder extends SyntheticsRequest.Builder, SdkPojo, CopyableBuilder<DescribeCanariesRequest.Builder,DescribeCanariesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeCanariesRequest.Builder |
maxResults(Integer maxResults)
Specify this parameter to limit how many canaries are returned each time you use the
DescribeCanaries operation. |
DescribeCanariesRequest.Builder |
nextToken(String nextToken)
A token that indicates that there is more data available.
|
DescribeCanariesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeCanariesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeCanariesRequest.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.DescribeCanariesRequest.Builder maxResults(Integer maxResults)
Specify this parameter to limit how many canaries are returned each time you use the
DescribeCanaries operation. If you omit this parameter, the default of 100 is used.
maxResults - Specify this parameter to limit how many canaries are returned each time you use the
DescribeCanaries operation. If you omit this parameter, the default of 100 is used.DescribeCanariesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeCanariesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.