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.opensearch.model

Class UpdateDataSourceRequest

    • Constructor Detail

      • UpdateDataSourceRequest

        public UpdateDataSourceRequest()
    • Method Detail

      • setDomainName

        public void setDomainName(String domainName)

        The name of the domain.

        Parameters:
        domainName - The name of the domain.
      • getDomainName

        public String getDomainName()

        The name of the domain.

        Returns:
        The name of the domain.
      • withDomainName

        public UpdateDataSourceRequest withDomainName(String domainName)

        The name of the domain.

        Parameters:
        domainName - The name of the domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setName

        public void setName(String name)

        The name of the data source to modify.

        Parameters:
        name - The name of the data source to modify.
      • getName

        public String getName()

        The name of the data source to modify.

        Returns:
        The name of the data source to modify.
      • withName

        public UpdateDataSourceRequest withName(String name)

        The name of the data source to modify.

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

        public void setDataSourceType(DataSourceType dataSourceType)

        The type of data source.

        Parameters:
        dataSourceType - The type of data source.
      • getDataSourceType

        public DataSourceType getDataSourceType()

        The type of data source.

        Returns:
        The type of data source.
      • withDataSourceType

        public UpdateDataSourceRequest withDataSourceType(DataSourceType dataSourceType)

        The type of data source.

        Parameters:
        dataSourceType - The type of data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        A new description of the data source.

        Parameters:
        description - A new description of the data source.
      • getDescription

        public String getDescription()

        A new description of the data source.

        Returns:
        A new description of the data source.
      • withDescription

        public UpdateDataSourceRequest withDescription(String description)

        A new description of the data source.

        Parameters:
        description - A new description of the data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The status of the data source update.

        Parameters:
        status - The status of the data source update.
        See Also:
        DataSourceStatus
      • getStatus

        public String getStatus()

        The status of the data source update.

        Returns:
        The status of the data source update.
        See Also:
        DataSourceStatus
      • withStatus

        public UpdateDataSourceRequest withStatus(String status)

        The status of the data source update.

        Parameters:
        status - The status of the data source update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DataSourceStatus
      • withStatus

        public UpdateDataSourceRequest withStatus(DataSourceStatus status)

        The status of the data source update.

        Parameters:
        status - The status of the data source update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DataSourceStatus
      • 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 によって変換されたページ (->オリジナル) /