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

    • name

      The name of the domain.

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

      The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.

      Parameters:
      owner - The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The ARN of the domain.

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

      DomainSummary.Builder status(String status)

      A string that contains the status of the domain.

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

      A string that contains the status of the domain.

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

      DomainSummary.Builder createdTime(Instant createdTime)

      A timestamp that contains the date and time the domain was created.

      Parameters:
      createdTime - A timestamp that contains the date and time the domain was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • encryptionKey

      DomainSummary.Builder encryptionKey(String encryptionKey)

      The key used to encrypt the domain.

      Parameters:
      encryptionKey - The key used to encrypt the domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.