Interface StartDataMigrationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartDataMigrationRequest.Builder,,StartDataMigrationRequest> DatabaseMigrationRequest.Builder,SdkBuilder<StartDataMigrationRequest.Builder,,StartDataMigrationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
StartDataMigrationRequest
public static interface StartDataMigrationRequest.Builder
extends DatabaseMigrationRequest.Builder, SdkPojo, CopyableBuilder<StartDataMigrationRequest.Builder,StartDataMigrationRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondataMigrationIdentifier(String dataMigrationIdentifier) The identifier (name or ARN) of the data migration to start.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Specifies the start type for the data migration.startType(StartReplicationMigrationTypeValue startType) Specifies the start type for the data migration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
dataMigrationIdentifier
The identifier (name or ARN) of the data migration to start.
- Parameters:
dataMigrationIdentifier- The identifier (name or ARN) of the data migration to start.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startType
Specifies the start type for the data migration. Valid values include
start-replication,reload-target, andresume-processing.- Parameters:
startType- Specifies the start type for the data migration. Valid values includestart-replication,reload-target, andresume-processing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
startType
Specifies the start type for the data migration. Valid values include
start-replication,reload-target, andresume-processing.- Parameters:
startType- Specifies the start type for the data migration. Valid values includestart-replication,reload-target, andresume-processing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
StartDataMigrationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
StartDataMigrationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-