Interface UpgradeDomainResponse.Builder

    • Method Detail

      • upgradeId

        UpgradeDomainResponse.Builder upgradeId​(String upgradeId)

        The unique identifier of the domain upgrade.

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

        UpgradeDomainResponse.Builder domainName​(String domainName)

        The name of the domain that was upgraded.

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

        UpgradeDomainResponse.Builder targetVersion​(String targetVersion)

        OpenSearch or Elasticsearch version that the domain was upgraded to.

        Parameters:
        targetVersion - OpenSearch or Elasticsearch version that the domain was upgraded to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • performCheckOnly

        UpgradeDomainResponse.Builder performCheckOnly​(Boolean performCheckOnly)

        When true, indicates that an upgrade eligibility check was performed.

        Parameters:
        performCheckOnly - When true, indicates that an upgrade eligibility check was performed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • advancedOptions

        UpgradeDomainResponse.Builder advancedOptions​(Map<String,​String> advancedOptions)

        The advanced options configuration for the domain.

        Parameters:
        advancedOptions - The advanced options configuration for the domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • changeProgressDetails

        UpgradeDomainResponse.Builder changeProgressDetails​(ChangeProgressDetails changeProgressDetails)

        Container for information about a configuration change happening on a domain.

        Parameters:
        changeProgressDetails - Container for information about a configuration change happening on a domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.