JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.databasemigrationservice.model

Class ReloadReplicationTablesRequest

    • Constructor Detail

      • ReloadReplicationTablesRequest

        public ReloadReplicationTablesRequest()
    • Method Detail

      • setReplicationConfigArn

        public void setReplicationConfigArn(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.
      • getReplicationConfigArn

        public String getReplicationConfigArn()

        The Amazon Resource Name of the replication config for which to reload tables.

        Returns:
        The Amazon Resource Name of the replication config for which to reload tables.
      • withReplicationConfigArn

        public ReloadReplicationTablesRequest withReplicationConfigArn(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.
      • getTablesToReload

        public List<TableToReload> getTablesToReload()

        The list of tables to reload.

        Returns:
        The list of tables to reload.
      • setTablesToReload

        public void setTablesToReload(Collection<TableToReload> tablesToReload)

        The list of tables to reload.

        Parameters:
        tablesToReload - The list of tables to reload.
      • withTablesToReload

        public ReloadReplicationTablesRequest withTablesToReload(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.
      • setReloadOption

        public void setReloadOption(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 replication.

        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 replication.
        See Also:
        ReloadOptionValue
      • getReloadOption

        public String getReloadOption()

        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 replication.

        Returns:
        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 replication.
        See Also:
        ReloadOptionValue
      • withReloadOption

        public ReloadReplicationTablesRequest withReloadOption(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 replication.

        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 replication.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ReloadOptionValue
      • withReloadOption

        public ReloadReplicationTablesRequest withReloadOption(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 replication.

        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 replication.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ReloadOptionValue
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /