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

    • domainArn

      DomainSummary.Builder domainArn(String domainArn)

      The Amazon Resource Name (ARN) of the domain.

      Parameters:
      domainArn - The Amazon Resource Name (ARN) of the domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domainId

      DomainSummary.Builder domainId(String domainId)

      The unique identifier of the domain.

      Parameters:
      domainId - The unique identifier of the domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.