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
Modifier and TypeMethodDescriptionacmCertificateArn(String acmCertificateArn) The ARN of an issued ACM certificate that is valid for the domain being associated.createdTime(Instant createdTime) The time that the domain was added.displayName(String displayName) The name to display.domainName(String domainName) The name of the domain.domainStatus(String domainStatus) The current state for the domain.domainStatus(DomainStatus domainStatus) The current state for the domain.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.worklink.model.WorkLinkResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
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
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
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
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
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:
-
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.
-