Interface DescribeEngineVersionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeEngineVersionsResponse.Builder,,DescribeEngineVersionsResponse> DatabaseMigrationResponse.Builder,SdkBuilder<DescribeEngineVersionsResponse.Builder,,DescribeEngineVersionsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeEngineVersionsResponse
public static interface DescribeEngineVersionsResponse.Builder
extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<DescribeEngineVersionsResponse.Builder,DescribeEngineVersionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionengineVersions(Collection<EngineVersion> engineVersions) ReturnedEngineVersionobjects that describe the replication instance engine versions used in the project.engineVersions(Consumer<EngineVersion.Builder>... engineVersions) ReturnedEngineVersionobjects that describe the replication instance engine versions used in the project.engineVersions(EngineVersion... engineVersions) ReturnedEngineVersionobjects that describe the replication instance engine versions used in the project.An optional pagination token provided by a previous request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
engineVersions
Returned
EngineVersionobjects that describe the replication instance engine versions used in the project.- Parameters:
engineVersions- ReturnedEngineVersionobjects that describe the replication instance engine versions used in the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
engineVersions
Returned
EngineVersionobjects that describe the replication instance engine versions used in the project.- Parameters:
engineVersions- ReturnedEngineVersionobjects that describe the replication instance engine versions used in the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
engineVersions
DescribeEngineVersionsResponse.Builder engineVersions(Consumer<EngineVersion.Builder>... engineVersions) Returned
This is a convenience method that creates an instance of theEngineVersionobjects that describe the replication instance engine versions used in the project.EngineVersion.Builderavoiding the need to create one manually viaEngineVersion.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toengineVersions(List<EngineVersion>).- Parameters:
engineVersions- a consumer that will call methods onEngineVersion.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.- Parameters:
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 byMaxRecords.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-