Interface GetDomainResponse.Builder

    • Method Detail

      • createdTime

        GetDomainResponse.Builder createdTime​(Instant createdTime)

        The timestamp when the Cases domain was created.

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

        GetDomainResponse.Builder domainArn​(String domainArn)

        The Amazon Resource Name (ARN) for the Cases domain.

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

        GetDomainResponse.Builder domainId​(String domainId)

        The unique identifier of the Cases domain.

        Parameters:
        domainId - The unique identifier of the Cases domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainStatus

        GetDomainResponse.Builder domainStatus​(String domainStatus)

        The status of the Cases domain.

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

        GetDomainResponse.Builder name​(String name)

        The name of the Cases domain.

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

        GetDomainResponse.Builder tags​(Map<String,​String> tags)

        A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.

        Parameters:
        tags - A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.