Interface DomainInfo.Builder

    • Method Detail

      • domainName

        DomainInfo.Builder domainName​(String domainName)

        Specifies the DomainName.

        Parameters:
        domainName - Specifies the DomainName.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • engineType

        DomainInfo.Builder engineType​(String engineType)

        Specifies the EngineType of the domain.

        Parameters:
        engineType - Specifies the EngineType of the domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EngineType, EngineType
      • engineType

        DomainInfo.Builder engineType​(EngineType engineType)

        Specifies the EngineType of the domain.

        Parameters:
        engineType - Specifies the EngineType of the domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EngineType, EngineType