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 ModifyDataProviderRequest

    • Constructor Detail

      • ModifyDataProviderRequest

        public ModifyDataProviderRequest()
    • Method Detail

      • setDataProviderIdentifier

        public void setDataProviderIdentifier(String dataProviderIdentifier)

        The identifier of the data provider. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.

        Parameters:
        dataProviderIdentifier - The identifier of the data provider. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.
      • getDataProviderIdentifier

        public String getDataProviderIdentifier()

        The identifier of the data provider. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.

        Returns:
        The identifier of the data provider. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.
      • withDataProviderIdentifier

        public ModifyDataProviderRequest withDataProviderIdentifier(String dataProviderIdentifier)

        The identifier of the data provider. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.

        Parameters:
        dataProviderIdentifier - The identifier of the data provider. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDataProviderName

        public void setDataProviderName(String dataProviderName)

        The name of the data provider.

        Parameters:
        dataProviderName - The name of the data provider.
      • getDataProviderName

        public String getDataProviderName()

        The name of the data provider.

        Returns:
        The name of the data provider.
      • withDataProviderName

        public ModifyDataProviderRequest withDataProviderName(String dataProviderName)

        The name of the data provider.

        Parameters:
        dataProviderName - The name of the data provider.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        A user-friendly description of the data provider.

        Parameters:
        description - A user-friendly description of the data provider.
      • getDescription

        public String getDescription()

        A user-friendly description of the data provider.

        Returns:
        A user-friendly description of the data provider.
      • withDescription

        public ModifyDataProviderRequest withDescription(String description)

        A user-friendly description of the data provider.

        Parameters:
        description - A user-friendly description of the data provider.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEngine

        public void setEngine(String engine)

        The type of database engine for the data provider. Valid values include "aurora", "aurora-postgresql", "mysql", "oracle", "postgres", "sqlserver", redshift, mariadb, mongodb, and docdb. A value of "aurora" represents Amazon Aurora MySQL-Compatible Edition.

        Parameters:
        engine - The type of database engine for the data provider. Valid values include "aurora", "aurora-postgresql", "mysql", "oracle", "postgres", "sqlserver", redshift, mariadb, mongodb, and docdb. A value of "aurora" represents Amazon Aurora MySQL-Compatible Edition.
      • getEngine

        public String getEngine()

        The type of database engine for the data provider. Valid values include "aurora", "aurora-postgresql", "mysql", "oracle", "postgres", "sqlserver", redshift, mariadb, mongodb, and docdb. A value of "aurora" represents Amazon Aurora MySQL-Compatible Edition.

        Returns:
        The type of database engine for the data provider. Valid values include "aurora", "aurora-postgresql", "mysql", "oracle", "postgres", "sqlserver", redshift, mariadb, mongodb, and docdb. A value of "aurora" represents Amazon Aurora MySQL-Compatible Edition.
      • withEngine

        public ModifyDataProviderRequest withEngine(String engine)

        The type of database engine for the data provider. Valid values include "aurora", "aurora-postgresql", "mysql", "oracle", "postgres", "sqlserver", redshift, mariadb, mongodb, and docdb. A value of "aurora" represents Amazon Aurora MySQL-Compatible Edition.

        Parameters:
        engine - The type of database engine for the data provider. Valid values include "aurora", "aurora-postgresql", "mysql", "oracle", "postgres", "sqlserver", redshift, mariadb, mongodb, and docdb. A value of "aurora" represents Amazon Aurora MySQL-Compatible Edition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setExactSettings

        public void setExactSettings(Boolean exactSettings)

        If this attribute is Y, the current call to ModifyDataProvider replaces all existing data provider settings with the exact settings that you specify in this call. If this attribute is N, the current call to ModifyDataProvider does two things:

        • It replaces any data provider settings that already exist with new values, for settings with the same names.

        • It creates new data provider settings that you specify in the call, for settings with different names.

        Parameters:
        exactSettings - If this attribute is Y, the current call to ModifyDataProvider replaces all existing data provider settings with the exact settings that you specify in this call. If this attribute is N, the current call to ModifyDataProvider does two things:

        • It replaces any data provider settings that already exist with new values, for settings with the same names.

        • It creates new data provider settings that you specify in the call, for settings with different names.

      • getExactSettings

        public Boolean getExactSettings()

        If this attribute is Y, the current call to ModifyDataProvider replaces all existing data provider settings with the exact settings that you specify in this call. If this attribute is N, the current call to ModifyDataProvider does two things:

        • It replaces any data provider settings that already exist with new values, for settings with the same names.

        • It creates new data provider settings that you specify in the call, for settings with different names.

        Returns:
        If this attribute is Y, the current call to ModifyDataProvider replaces all existing data provider settings with the exact settings that you specify in this call. If this attribute is N, the current call to ModifyDataProvider does two things:

        • It replaces any data provider settings that already exist with new values, for settings with the same names.

        • It creates new data provider settings that you specify in the call, for settings with different names.

      • withExactSettings

        public ModifyDataProviderRequest withExactSettings(Boolean exactSettings)

        If this attribute is Y, the current call to ModifyDataProvider replaces all existing data provider settings with the exact settings that you specify in this call. If this attribute is N, the current call to ModifyDataProvider does two things:

        • It replaces any data provider settings that already exist with new values, for settings with the same names.

        • It creates new data provider settings that you specify in the call, for settings with different names.

        Parameters:
        exactSettings - If this attribute is Y, the current call to ModifyDataProvider replaces all existing data provider settings with the exact settings that you specify in this call. If this attribute is N, the current call to ModifyDataProvider does two things:

        • It replaces any data provider settings that already exist with new values, for settings with the same names.

        • It creates new data provider settings that you specify in the call, for settings with different names.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isExactSettings

        public Boolean isExactSettings()

        If this attribute is Y, the current call to ModifyDataProvider replaces all existing data provider settings with the exact settings that you specify in this call. If this attribute is N, the current call to ModifyDataProvider does two things:

        • It replaces any data provider settings that already exist with new values, for settings with the same names.

        • It creates new data provider settings that you specify in the call, for settings with different names.

        Returns:
        If this attribute is Y, the current call to ModifyDataProvider replaces all existing data provider settings with the exact settings that you specify in this call. If this attribute is N, the current call to ModifyDataProvider does two things:

        • It replaces any data provider settings that already exist with new values, for settings with the same names.

        • It creates new data provider settings that you specify in the call, for settings with different names.

      • setSettings

        public void setSettings(DataProviderSettings settings)

        The settings in JSON format for a data provider.

        Parameters:
        settings - The settings in JSON format for a data provider.
      • getSettings

        public DataProviderSettings getSettings()

        The settings in JSON format for a data provider.

        Returns:
        The settings in JSON format for a data provider.
      • withSettings

        public ModifyDataProviderRequest withSettings(DataProviderSettings settings)

        The settings in JSON format for a data provider.

        Parameters:
        settings - The settings in JSON format for a data provider.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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 によって変換されたページ (->オリジナル) /