public static interface GetCanaryRunsResponse.Builder extends SyntheticsResponse.Builder, SdkPojo, CopyableBuilder<GetCanaryRunsResponse.Builder,GetCanaryRunsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetCanaryRunsResponse.Builder |
canaryRuns(CanaryRun... canaryRuns)
An array of structures.
|
GetCanaryRunsResponse.Builder |
canaryRuns(Collection<CanaryRun> canaryRuns)
An array of structures.
|
GetCanaryRunsResponse.Builder |
canaryRuns(Consumer<CanaryRun.Builder>... canaryRuns)
An array of structures.
|
GetCanaryRunsResponse.Builder |
nextToken(String nextToken)
A token that indicates that there is more data available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCanaryRunsResponse.Builder canaryRuns(Collection<CanaryRun> canaryRuns)
An array of structures. Each structure contains the details of one of the retrieved canary runs.
canaryRuns - An array of structures. Each structure contains the details of one of the retrieved canary runs.GetCanaryRunsResponse.Builder canaryRuns(CanaryRun... canaryRuns)
An array of structures. Each structure contains the details of one of the retrieved canary runs.
canaryRuns - An array of structures. Each structure contains the details of one of the retrieved canary runs.GetCanaryRunsResponse.Builder canaryRuns(Consumer<CanaryRun.Builder>... canaryRuns)
An array of structures. Each structure contains the details of one of the retrieved canary runs.
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 #canaryRuns(List) .canaryRuns - a consumer that will call methods on List.Builder #canaryRuns(List) GetCanaryRunsResponse.Builder nextToken(String nextToken)
A token that indicates that there is more data available. You can use this token in a subsequent
GetCanaryRuns 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
GetCanaryRuns operation to retrieve the next set of results.Copyright © 2021. All rights reserved.