Interface DomainInfo.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DomainInfo.Builder,DomainInfo>, SdkBuilder<DomainInfo.Builder,DomainInfo>, SdkPojo
Enclosing class:
DomainInfo

public static interface DomainInfo.Builder extends SdkPojo, CopyableBuilder<DomainInfo.Builder,DomainInfo>
  • Method Details

    • 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

      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: