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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDomainResponse.BuildercreatedTime(Instant createdTime)The timestamp when the Cases domain was created.GetDomainResponse.BuilderdomainArn(String domainArn)The Amazon Resource Name (ARN) for the Cases domain.GetDomainResponse.BuilderdomainId(String domainId)The unique identifier of the Cases domain.GetDomainResponse.BuilderdomainStatus(String domainStatus)The status of the Cases domain.GetDomainResponse.BuilderdomainStatus(DomainStatus domainStatus)The status of the Cases domain.GetDomainResponse.Buildername(String name)The name of the Cases domain.GetDomainResponse.Buildertags(Map<String,String> tags)A map of of key-value pairs that represent tags on a resource.-
Methods inherited from interface software.amazon.awssdk.services.connectcases.model.ConnectCasesResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
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
-
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:
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.
-
-