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
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
-
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.Builderavoiding the need to create one manually viaDataMigration.builder().When the
Consumercompletes,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.
-