Interface DomainSummary.Builder

    • Method Detail

      • arn

        DomainSummary.Builder arn​(String arn)

        The Amazon Resource Name (ARN) that identifies the domain.

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

        DomainSummary.Builder name​(String 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.
      • description

        DomainSummary.Builder description​(String description)

        The description of the domain.

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

        DomainSummary.Builder createTime​(Instant createTime)

        The time when the domain was created.

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

        DomainSummary.Builder lastUpdateTime​(Instant lastUpdateTime)

        The time when the domain was most recently updated.

        Parameters:
        lastUpdateTime - The time when the domain was most recently updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.