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 that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #canariesLastRun(List) .canariesLastRun - a consumer that will call methods on List.Builder #canariesLastRun(List) 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 © 2021. All rights reserved.