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 AddDataSourceRequest

    • Constructor Detail

      • AddDataSourceRequest

        public AddDataSourceRequest()
    • Method Detail

      • setDomainName

        public void setDomainName(String domainName)

        The name of the domain to add the data source to.

        Parameters:
        domainName - The name of the domain to add the data source to.
      • getDomainName

        public String getDomainName()

        The name of the domain to add the data source to.

        Returns:
        The name of the domain to add the data source to.
      • withDomainName

        public AddDataSourceRequest withDomainName(String domainName)

        The name of the domain to add the data source to.

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

        public void setName(String name)

        A name for the data source.

        Parameters:
        name - A name for the data source.
      • getName

        public String getName()

        A name for the data source.

        Returns:
        A name for the data source.
      • withName

        public AddDataSourceRequest withName(String name)

        A name for the data source.

        Parameters:
        name - A name for the data source.
        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 AddDataSourceRequest 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 description of the data source.

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

        public String getDescription()

        A description of the data source.

        Returns:
        A description of the data source.
      • withDescription

        public AddDataSourceRequest withDescription(String description)

        A description of the data source.

        Parameters:
        description - A description of the data source.
        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 によって変換されたページ (->オリジナル) /