Interface DescribeDomainResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeDomainResponse.Builder,DescribeDomainResponse>,SdkBuilder<DescribeDomainResponse.Builder,DescribeDomainResponse>,SdkPojo,SdkResponse.Builder,WorkLinkResponse.Builder
- Enclosing class:
- DescribeDomainResponse
public static interface DescribeDomainResponse.Builder extends WorkLinkResponse.Builder, SdkPojo, CopyableBuilder<DescribeDomainResponse.Builder,DescribeDomainResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeDomainResponse.BuilderacmCertificateArn(String acmCertificateArn)The ARN of an issued ACM certificate that is valid for the domain being associated.DescribeDomainResponse.BuildercreatedTime(Instant createdTime)The time that the domain was added.DescribeDomainResponse.BuilderdisplayName(String displayName)The name to display.DescribeDomainResponse.BuilderdomainName(String domainName)The name of the domain.DescribeDomainResponse.BuilderdomainStatus(String domainStatus)The current state for the domain.DescribeDomainResponse.BuilderdomainStatus(DomainStatus domainStatus)The current state for the domain.-
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
-
Methods inherited from interface software.amazon.awssdk.services.worklink.model.WorkLinkResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
domainName
DescribeDomainResponse.Builder domainName(String domainName)
The name of the domain.
- Parameters:
domainName- The name of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
DescribeDomainResponse.Builder displayName(String displayName)
The name to display.
- Parameters:
displayName- The name to display.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
DescribeDomainResponse.Builder createdTime(Instant createdTime)
The time that the domain was added.
- Parameters:
createdTime- The time that the domain was added.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainStatus
DescribeDomainResponse.Builder domainStatus(String domainStatus)
The current state for the domain.
- Parameters:
domainStatus- The current state for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DomainStatus,DomainStatus
-
domainStatus
DescribeDomainResponse.Builder domainStatus(DomainStatus domainStatus)
The current state for the domain.
- Parameters:
domainStatus- The current state for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DomainStatus,DomainStatus
-
acmCertificateArn
DescribeDomainResponse.Builder acmCertificateArn(String acmCertificateArn)
The ARN of an issued ACM certificate that is valid for the domain being associated.
- Parameters:
acmCertificateArn- The ARN of an issued ACM certificate that is valid for the domain being associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-