Interface DomainSummary.Builder

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

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

    • domainName

      DomainSummary.Builder domainName(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.
    • displayName

      DomainSummary.Builder displayName(String displayName)

      The name to display.

      Parameters:
      displayName - The name to display.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdTime

      DomainSummary.Builder createdTime(Instant createdTime)

      The time that the domain was created.

      Parameters:
      createdTime - The time that the domain was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domainStatus

      DomainSummary.Builder domainStatus(String domainStatus)

      The status of the domain.

      Parameters:
      domainStatus - The status of the domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • domainStatus

      DomainSummary.Builder domainStatus(DomainStatus domainStatus)

      The status of the domain.

      Parameters:
      domainStatus - The status of the domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: