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