Interface DescribeEngineVersionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeEngineVersionsResponse.Builder,DescribeEngineVersionsResponse>,DatabaseMigrationResponse.Builder,SdkBuilder<DescribeEngineVersionsResponse.Builder,DescribeEngineVersionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeEngineVersionsResponse
@Mutable @NotThreadSafe public static interface DescribeEngineVersionsResponse.Builder extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<DescribeEngineVersionsResponse.Builder,DescribeEngineVersionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeEngineVersionsResponse.BuilderengineVersions(Collection<EngineVersion> engineVersions)ReturnedEngineVersionobjects that describe the replication instance engine versions used in the project.DescribeEngineVersionsResponse.BuilderengineVersions(Consumer<EngineVersion.Builder>... engineVersions)ReturnedEngineVersionobjects that describe the replication instance engine versions used in the project.DescribeEngineVersionsResponse.BuilderengineVersions(EngineVersion... engineVersions)ReturnedEngineVersionobjects that describe the replication instance engine versions used in the project.DescribeEngineVersionsResponse.Buildermarker(String marker)An optional pagination token provided by a previous request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
engineVersions
DescribeEngineVersionsResponse.Builder engineVersions(Collection<EngineVersion> 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(EngineVersion... 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 to#engineVersions(List.) - 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:
#engineVersions(java.util.Collection)
-
marker
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.- 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.
-
-