Interface GetDomainResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, ConnectCasesResponse.Builder, CopyableBuilder<GetDomainResponse.Builder,GetDomainResponse>, SdkBuilder<GetDomainResponse.Builder,GetDomainResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetDomainResponse

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

    • 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

      GetDomainResponse.Builder domainStatus(DomainStatus 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:
    • 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

      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.