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 DescribeDryRunProgressRequest

    • Constructor Detail

      • DescribeDryRunProgressRequest

        public DescribeDryRunProgressRequest()
    • 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 DescribeDryRunProgressRequest 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.
      • setDryRunId

        public void setDryRunId(String dryRunId)

        The unique identifier of the dry run.

        Parameters:
        dryRunId - The unique identifier of the dry run.
      • getDryRunId

        public String getDryRunId()

        The unique identifier of the dry run.

        Returns:
        The unique identifier of the dry run.
      • withDryRunId

        public DescribeDryRunProgressRequest withDryRunId(String dryRunId)

        The unique identifier of the dry run.

        Parameters:
        dryRunId - The unique identifier of the dry run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLoadDryRunConfig

        public void setLoadDryRunConfig(Boolean loadDryRunConfig)

        Whether to include the configuration of the dry run in the response. The configuration specifies the updates that you're planning to make on the domain.

        Parameters:
        loadDryRunConfig - Whether to include the configuration of the dry run in the response. The configuration specifies the updates that you're planning to make on the domain.
      • getLoadDryRunConfig

        public Boolean getLoadDryRunConfig()

        Whether to include the configuration of the dry run in the response. The configuration specifies the updates that you're planning to make on the domain.

        Returns:
        Whether to include the configuration of the dry run in the response. The configuration specifies the updates that you're planning to make on the domain.
      • withLoadDryRunConfig

        public DescribeDryRunProgressRequest withLoadDryRunConfig(Boolean loadDryRunConfig)

        Whether to include the configuration of the dry run in the response. The configuration specifies the updates that you're planning to make on the domain.

        Parameters:
        loadDryRunConfig - Whether to include the configuration of the dry run in the response. The configuration specifies the updates that you're planning to make on the domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isLoadDryRunConfig

        public Boolean isLoadDryRunConfig()

        Whether to include the configuration of the dry run in the response. The configuration specifies the updates that you're planning to make on the domain.

        Returns:
        Whether to include the configuration of the dry run in the response. The configuration specifies the updates that you're planning to make on the domain.
      • 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 によって変換されたページ (->オリジナル) /