public static interface CheckDomainTransferabilityResponse.Builder extends Route53DomainsResponse.Builder, SdkPojo, CopyableBuilder<CheckDomainTransferabilityResponse.Builder,CheckDomainTransferabilityResponse>
| Modifier and Type | Method and Description |
|---|---|
CheckDomainTransferabilityResponse.Builder |
message(String message)
Provides an explanation for when a domain can't be transferred.
|
default CheckDomainTransferabilityResponse.Builder |
transferability(Consumer<DomainTransferability.Builder> transferability)
A complex type that contains information about whether the specified domain can be transferred to Route 53.
|
CheckDomainTransferabilityResponse.Builder |
transferability(DomainTransferability transferability)
A complex type that contains information about whether the specified domain can be transferred to Route 53.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCheckDomainTransferabilityResponse.Builder transferability(DomainTransferability transferability)
A complex type that contains information about whether the specified domain can be transferred to Route 53.
transferability - A complex type that contains information about whether the specified domain can be transferred to
Route 53.default CheckDomainTransferabilityResponse.Builder transferability(Consumer<DomainTransferability.Builder> transferability)
A complex type that contains information about whether the specified domain can be transferred to Route 53.
This is a convenience method that creates an instance of theDomainTransferability.Builder avoiding
the need to create one manually via DomainTransferability.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to transferability(DomainTransferability).
transferability - a consumer that will call methods on DomainTransferability.Buildertransferability(DomainTransferability)CheckDomainTransferabilityResponse.Builder message(String message)
Provides an explanation for when a domain can't be transferred.
message - Provides an explanation for when a domain can't be transferred.Copyright © 2023. All rights reserved.