public static interface DescribeEngineVersionsResponse.Builder extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<DescribeEngineVersionsResponse.Builder,DescribeEngineVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeEngineVersionsResponse.Builder |
engineVersions(Collection<EngineVersion> engineVersions)
Returned
EngineVersion objects that describe the replication instance engine versions used in
the project. |
DescribeEngineVersionsResponse.Builder |
engineVersions(Consumer<EngineVersion.Builder>... engineVersions)
Returned
EngineVersion objects that describe the replication instance engine versions used in
the project. |
DescribeEngineVersionsResponse.Builder |
engineVersions(EngineVersion... engineVersions)
Returned
EngineVersion objects that describe the replication instance engine versions used in
the project. |
DescribeEngineVersionsResponse.Builder |
marker(String marker)
An optional pagination token provided by a previous request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEngineVersionsResponse.Builder engineVersions(Collection<EngineVersion> engineVersions)
Returned EngineVersion objects that describe the replication instance engine versions used in
the project.
engineVersions - Returned EngineVersion objects that describe the replication instance engine versions
used in the project.DescribeEngineVersionsResponse.Builder engineVersions(EngineVersion... engineVersions)
Returned EngineVersion objects that describe the replication instance engine versions used in
the project.
engineVersions - Returned EngineVersion objects that describe the replication instance engine versions
used in the project.DescribeEngineVersionsResponse.Builder engineVersions(Consumer<EngineVersion.Builder>... engineVersions)
Returned EngineVersion objects that describe the replication instance engine versions used in
the project.
EngineVersion.Builder avoiding the need to
create one manually via
EngineVersion.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #engineVersions(List.
engineVersions - a consumer that will call methods on
EngineVersion.Builder#engineVersions(java.util.Collection) DescribeEngineVersionsResponse.Builder marker(String marker)
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords.
marker - An optional pagination token provided by a previous request. If this parameter is specified, the
response includes only records beyond the marker, up to the value specified by MaxRecords
.Copyright © 2023. All rights reserved.