Interface CreateDomainResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectCasesResponse.Builder,CopyableBuilder<CreateDomainResponse.Builder,CreateDomainResponse>,SdkBuilder<CreateDomainResponse.Builder,CreateDomainResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateDomainResponse
public static interface CreateDomainResponse.Builder extends ConnectCasesResponse.Builder, SdkPojo, CopyableBuilder<CreateDomainResponse.Builder,CreateDomainResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateDomainResponse.BuilderdomainArn(String domainArn)The Amazon Resource Name (ARN) for the Cases domain.CreateDomainResponse.BuilderdomainId(String domainId)The unique identifier of the Cases domain.CreateDomainResponse.BuilderdomainStatus(String domainStatus)The status of the domain.CreateDomainResponse.BuilderdomainStatus(DomainStatus domainStatus)The status of the domain.-
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
-
domainArn
CreateDomainResponse.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
CreateDomainResponse.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
CreateDomainResponse.Builder domainStatus(String domainStatus)
The status of the domain.
- Parameters:
domainStatus- The status of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DomainStatus,DomainStatus
-
domainStatus
CreateDomainResponse.Builder domainStatus(DomainStatus domainStatus)
The status of the domain.
- Parameters:
domainStatus- The status of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DomainStatus,DomainStatus
-
-