public static interface DescribeCanariesLastRunResponse.Builder extends SyntheticsResponse.Builder, SdkPojo, CopyableBuilder<DescribeCanariesLastRunResponse.Builder,DescribeCanariesLastRunResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeCanariesLastRunResponse.Builder |
canariesLastRun(CanaryLastRun... canariesLastRun)
An array that contains the information from the most recent run of each canary.
|
DescribeCanariesLastRunResponse.Builder |
canariesLastRun(Collection<CanaryLastRun> canariesLastRun)
An array that contains the information from the most recent run of each canary.
|
DescribeCanariesLastRunResponse.Builder |
canariesLastRun(Consumer<CanaryLastRun.Builder>... canariesLastRun)
An array that contains the information from the most recent run of each canary.
|
DescribeCanariesLastRunResponse.Builder |
nextToken(String nextToken)
A token that indicates that there is more data available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeCanariesLastRunResponse.Builder canariesLastRun(Collection<CanaryLastRun> canariesLastRun)
An array that contains the information from the most recent run of each canary.
canariesLastRun - An array that contains the information from the most recent run of each canary.DescribeCanariesLastRunResponse.Builder canariesLastRun(CanaryLastRun... canariesLastRun)
An array that contains the information from the most recent run of each canary.
canariesLastRun - An array that contains the information from the most recent run of each canary.DescribeCanariesLastRunResponse.Builder canariesLastRun(Consumer<CanaryLastRun.Builder>... canariesLastRun)
An array that contains the information from the most recent run of each canary.
This is a convenience method that creates an instance of theCanaryLastRun.Builder avoiding the need to create
one manually via CanaryLastRun.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #canariesLastRun(List.
canariesLastRun - a consumer that will call methods on
CanaryLastRun.Builder#canariesLastRun(java.util.Collection) DescribeCanariesLastRunResponse.Builder nextToken(String nextToken)
A token that indicates that there is more data available. You can use this token in a subsequent
DescribeCanariesLastRun 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
DescribeCanariesLastRun operation to retrieve the next set of results.Copyright © 2022. All rights reserved.