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