Interface ReloadReplicationTablesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ReloadReplicationTablesRequest.Builder,ReloadReplicationTablesRequest>,DatabaseMigrationRequest.Builder,SdkBuilder<ReloadReplicationTablesRequest.Builder,ReloadReplicationTablesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ReloadReplicationTablesRequest
@Mutable @NotThreadSafe public static interface ReloadReplicationTablesRequest.Builder extends DatabaseMigrationRequest.Builder, SdkPojo, CopyableBuilder<ReloadReplicationTablesRequest.Builder,ReloadReplicationTablesRequest>
-
-
Method Summary
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
replicationConfigArn
ReloadReplicationTablesRequest.Builder replicationConfigArn(String 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
ReloadReplicationTablesRequest.Builder tablesToReload(Collection<TableToReload> 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(TableToReload... 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.Builderavoiding the need to create one manually viaTableToReload.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tablesToReload(List.) - 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:
#tablesToReload(java.util.Collection)
-
reloadOption
ReloadReplicationTablesRequest.Builder reloadOption(String reloadOption)
Options for reload. Specify
data-reloadto reload the data and re-validate it if validation is enabled. Specifyvalidate-onlyto re-validate the table. This option applies only when validation is enabled for the replication.- Parameters:
reloadOption- Options for reload. Specifydata-reloadto reload the data and re-validate it if validation is enabled. Specifyvalidate-onlyto 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:
ReloadOptionValue,ReloadOptionValue
-
reloadOption
ReloadReplicationTablesRequest.Builder reloadOption(ReloadOptionValue reloadOption)
Options for reload. Specify
data-reloadto reload the data and re-validate it if validation is enabled. Specifyvalidate-onlyto re-validate the table. This option applies only when validation is enabled for the replication.- Parameters:
reloadOption- Options for reload. Specifydata-reloadto reload the data and re-validate it if validation is enabled. Specifyvalidate-onlyto 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:
ReloadOptionValue,ReloadOptionValue
-
overrideConfiguration
ReloadReplicationTablesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ReloadReplicationTablesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-