public static interface DescribeRuntimeVersionsResponse.Builder extends SyntheticsResponse.Builder, SdkPojo, CopyableBuilder<DescribeRuntimeVersionsResponse.Builder,DescribeRuntimeVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeRuntimeVersionsResponse.Builder |
nextToken(String nextToken)
A token that indicates that there is more data available.
|
DescribeRuntimeVersionsResponse.Builder |
runtimeVersions(Collection<RuntimeVersion> runtimeVersions)
An array of objects that display the details about each Synthetics canary runtime version.
|
DescribeRuntimeVersionsResponse.Builder |
runtimeVersions(Consumer<RuntimeVersion.Builder>... runtimeVersions)
An array of objects that display the details about each Synthetics canary runtime version.
|
DescribeRuntimeVersionsResponse.Builder |
runtimeVersions(RuntimeVersion... runtimeVersions)
An array of objects that display the details about each Synthetics canary runtime version.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeRuntimeVersionsResponse.Builder runtimeVersions(Collection<RuntimeVersion> runtimeVersions)
An array of objects that display the details about each Synthetics canary runtime version.
runtimeVersions - An array of objects that display the details about each Synthetics canary runtime version.DescribeRuntimeVersionsResponse.Builder runtimeVersions(RuntimeVersion... runtimeVersions)
An array of objects that display the details about each Synthetics canary runtime version.
runtimeVersions - An array of objects that display the details about each Synthetics canary runtime version.DescribeRuntimeVersionsResponse.Builder runtimeVersions(Consumer<RuntimeVersion.Builder>... runtimeVersions)
An array of objects that display the details about each Synthetics canary runtime version.
This is a convenience method that creates an instance of theRuntimeVersion.Builder avoiding the need to create
one manually via RuntimeVersion.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #runtimeVersions(List.
runtimeVersions - a consumer that will call methods on
RuntimeVersion.Builder#runtimeVersions(java.util.Collection) DescribeRuntimeVersionsResponse.Builder nextToken(String nextToken)
A token that indicates that there is more data available. You can use this token in a subsequent
DescribeRuntimeVersions 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
DescribeRuntimeVersions operation to retrieve the next set of results.Copyright © 2022. All rights reserved.