Interface ReloadTablesRequest.Builder

    • Method Detail

      • replicationTaskArn

        ReloadTablesRequest.Builder replicationTaskArn​(String replicationTaskArn)

        The Amazon Resource Name (ARN) of the replication task.

        Parameters:
        replicationTaskArn - The Amazon Resource Name (ARN) of the replication task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tablesToReload

        ReloadTablesRequest.Builder tablesToReload​(Collection<TableToReload> tablesToReload)

        The name and schema of the table to be reloaded.

        Parameters:
        tablesToReload - The name and schema of the table to be reloaded.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tablesToReload

        ReloadTablesRequest.Builder tablesToReload​(TableToReload... tablesToReload)

        The name and schema of the table to be reloaded.

        Parameters:
        tablesToReload - The name and schema of the table to be reloaded.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reloadOption

        ReloadTablesRequest.Builder reloadOption​(String reloadOption)

        Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task.

        Valid values: data-reload, validate-only

        Default value is data-reload.

        Parameters:
        reloadOption - Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task.

        Valid values: data-reload, validate-only

        Default value is data-reload.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ReloadOptionValue, ReloadOptionValue
      • reloadOption

        ReloadTablesRequest.Builder reloadOption​(ReloadOptionValue reloadOption)

        Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task.

        Valid values: data-reload, validate-only

        Default value is data-reload.

        Parameters:
        reloadOption - Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task.

        Valid values: data-reload, validate-only

        Default value is data-reload.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ReloadOptionValue, ReloadOptionValue