static DescribeCanariesLastRunResponse.Builder |
DescribeCanariesLastRunResponse.builder() |
|
DescribeCanariesLastRunResponse.Builder |
DescribeCanariesLastRunResponse.Builder.canariesLastRun(Collection<CanaryLastRun> canariesLastRun) |
An array that contains the information from the most recent run of each canary.
|
DescribeCanariesLastRunResponse.Builder |
DescribeCanariesLastRunResponse.Builder.canariesLastRun(Consumer<CanaryLastRun.Builder>... canariesLastRun) |
An array that contains the information from the most recent run of each canary.
|
DescribeCanariesLastRunResponse.Builder |
DescribeCanariesLastRunResponse.Builder.canariesLastRun(CanaryLastRun... canariesLastRun) |
An array that contains the information from the most recent run of each canary.
|
DescribeCanariesLastRunResponse.Builder |
DescribeCanariesLastRunResponse.Builder.nextToken(String nextToken) |
A token that indicates that there is more data available.
|
DescribeCanariesLastRunResponse.Builder |
DescribeCanariesLastRunResponse.toBuilder() |
|