Interface DescribeDataMigrationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeDataMigrationsResponse.Builder,
,DescribeDataMigrationsResponse> DatabaseMigrationResponse.Builder
,SdkBuilder<DescribeDataMigrationsResponse.Builder,
,DescribeDataMigrationsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeDataMigrationsResponse
public static interface DescribeDataMigrationsResponse.Builder
extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<DescribeDataMigrationsResponse.Builder,DescribeDataMigrationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondataMigrations
(Collection<DataMigration> dataMigrations) Returns information about the data migrations used in the project.dataMigrations
(Consumer<DataMigration.Builder>... dataMigrations) Returns information about the data migrations used in the project.dataMigrations
(DataMigration... dataMigrations) Returns information about the data migrations used in the project.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
dataMigrations
Returns information about the data migrations used in the project.
- Parameters:
dataMigrations
- Returns information about the data migrations used in the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataMigrations
Returns information about the data migrations used in the project.
- Parameters:
dataMigrations
- Returns information about the data migrations used in the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataMigrations
DescribeDataMigrationsResponse.Builder dataMigrations(Consumer<DataMigration.Builder>... dataMigrations) Returns information about the data migrations used in the project.
This is a convenience method that creates an instance of theDataMigration.Builder
avoiding the need to create one manually viaDataMigration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todataMigrations(List<DataMigration>)
.- Parameters:
dataMigrations
- a consumer that will call methods onDataMigration.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.
-