Interface ReloadReplicationTablesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ReloadReplicationTablesRequest.Builder,
,ReloadReplicationTablesRequest> DatabaseMigrationRequest.Builder
,SdkBuilder<ReloadReplicationTablesRequest.Builder,
,ReloadReplicationTablesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ReloadReplicationTablesRequest
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.reloadOption
(String reloadOption) Options for reload.reloadOption
(ReloadOptionValue reloadOption) Options for reload.replicationConfigArn
(String replicationConfigArn) The Amazon Resource Name of the replication config for which to reload tables.tablesToReload
(Collection<TableToReload> tablesToReload) The list of tables to reload.tablesToReload
(Consumer<TableToReload.Builder>... tablesToReload) The list of tables to reload.tablesToReload
(TableToReload... tablesToReload) The list of tables to reload.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
replicationConfigArn
The Amazon Resource Name of the replication config for which to reload tables.
- Parameters:
replicationConfigArn
- The Amazon Resource Name of the replication config for which to reload tables.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tablesToReload
The list of tables to reload.
- Parameters:
tablesToReload
- The list of tables to reload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tablesToReload
The list of tables to reload.
- Parameters:
tablesToReload
- The list of tables to reload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tablesToReload
ReloadReplicationTablesRequest.Builder tablesToReload(Consumer<TableToReload.Builder>... tablesToReload) The list of tables to reload.
This is a convenience method that creates an instance of theTableToReload.Builder
avoiding the need to create one manually viaTableToReload.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totablesToReload(List<TableToReload>)
.- Parameters:
tablesToReload
- a consumer that will call methods onTableToReload.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
reloadOption
Options for reload. Specify
data-reload
to reload the data and re-validate it if validation is enabled. Specifyvalidate-only
to re-validate the table. This option applies only when validation is enabled for the replication.- Parameters:
reloadOption
- Options for reload. Specifydata-reload
to reload the data and re-validate it if validation is enabled. Specifyvalidate-only
to re-validate the table. This option applies only when validation is enabled for the replication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
reloadOption
Options for reload. Specify
data-reload
to reload the data and re-validate it if validation is enabled. Specifyvalidate-only
to re-validate the table. This option applies only when validation is enabled for the replication.- Parameters:
reloadOption
- Options for reload. Specifydata-reload
to reload the data and re-validate it if validation is enabled. Specifyvalidate-only
to re-validate the table. This option applies only when validation is enabled for the replication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ReloadReplicationTablesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ReloadReplicationTablesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-