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 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 #runtimeVersions(List) .runtimeVersions - a consumer that will call methods on List.Builder #runtimeVersions(List) 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 © 2021. All rights reserved.