public static interface GetDomainResponse.Builder extends ConnectCasesResponse.Builder, SdkPojo, CopyableBuilder<GetDomainResponse.Builder,GetDomainResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDomainResponse.Builder |
createdTime(Instant createdTime)
The timestamp when the Cases domain was created.
|
GetDomainResponse.Builder |
domainArn(String domainArn)
The Amazon Resource Name (ARN) for the Cases domain.
|
GetDomainResponse.Builder |
domainId(String domainId)
The unique identifier of the Cases domain.
|
GetDomainResponse.Builder |
domainStatus(DomainStatus domainStatus)
The status of the Cases domain.
|
GetDomainResponse.Builder |
domainStatus(String domainStatus)
The status of the Cases domain.
|
GetDomainResponse.Builder |
name(String name)
The name of the Cases domain.
|
GetDomainResponse.Builder |
tags(Map<String,String> tags)
A map of of key-value pairs that represent tags on a resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDomainResponse.Builder createdTime(Instant createdTime)
The timestamp when the Cases domain was created.
createdTime - The timestamp when the Cases domain was created.GetDomainResponse.Builder domainArn(String domainArn)
The Amazon Resource Name (ARN) for the Cases domain.
domainArn - The Amazon Resource Name (ARN) for the Cases domain.GetDomainResponse.Builder domainId(String domainId)
The unique identifier of the Cases domain.
domainId - The unique identifier of the Cases domain.GetDomainResponse.Builder domainStatus(String domainStatus)
The status of the Cases domain.
domainStatus - The status of the Cases domain.DomainStatus,
DomainStatusGetDomainResponse.Builder domainStatus(DomainStatus domainStatus)
The status of the Cases domain.
domainStatus - The status of the Cases domain.DomainStatus,
DomainStatusGetDomainResponse.Builder name(String name)
The name of the Cases domain.
name - The name of the Cases domain.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.
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.Copyright © 2023. All rights reserved.