public static interface DescribeEngineVersionsResponse.Builder extends MemoryDbResponse.Builder, SdkPojo, CopyableBuilder<DescribeEngineVersionsResponse.Builder,DescribeEngineVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeEngineVersionsResponse.Builder |
engineVersions(Collection<EngineVersionInfo> engineVersions)
A list of engine version details.
|
DescribeEngineVersionsResponse.Builder |
engineVersions(Consumer<EngineVersionInfo.Builder>... engineVersions)
A list of engine version details.
|
DescribeEngineVersionsResponse.Builder |
engineVersions(EngineVersionInfo... engineVersions)
A list of engine version details.
|
DescribeEngineVersionsResponse.Builder |
nextToken(String nextToken)
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEngineVersionsResponse.Builder nextToken(String nextToken)
An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
nextToken - An optional argument to pass in case the total number of records exceeds the value of MaxResults. If
nextToken is returned, there are more results available. The value of nextToken is a unique pagination
token for each page. Make the call again using the returned token to retrieve the next page. Keep all
other arguments unchanged.DescribeEngineVersionsResponse.Builder engineVersions(Collection<EngineVersionInfo> engineVersions)
A list of engine version details. Each element in the list contains detailed information about one engine version.
engineVersions - A list of engine version details. Each element in the list contains detailed information about one
engine version.DescribeEngineVersionsResponse.Builder engineVersions(EngineVersionInfo... engineVersions)
A list of engine version details. Each element in the list contains detailed information about one engine version.
engineVersions - A list of engine version details. Each element in the list contains detailed information about one
engine version.DescribeEngineVersionsResponse.Builder engineVersions(Consumer<EngineVersionInfo.Builder>... engineVersions)
A list of engine version details. Each element in the list contains detailed information about one engine version.
This is a convenience method 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 #engineVersions(List) .engineVersions - a consumer that will call methods on List.Builder #engineVersions(List) Copyright © 2022. All rights reserved.