public static interface CheckDomainTransferabilityResponse.Builder extends Route53DomainsResponse.Builder, CopyableBuilder<CheckDomainTransferabilityResponse.Builder,CheckDomainTransferabilityResponse>
| Modifier and Type | Method and Description |
|---|---|
default CheckDomainTransferabilityResponse.Builder |
transferability(Consumer<DomainTransferability.Builder> transferability)
A complex type that contains information about whether the specified domain can be transferred to Amazon
Route 53.
|
CheckDomainTransferabilityResponse.Builder |
transferability(DomainTransferability transferability)
A complex type that contains information about whether the specified domain can be transferred to Amazon
Route 53.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCheckDomainTransferabilityResponse.Builder transferability(DomainTransferability transferability)
A complex type that contains information about whether the specified domain can be transferred to Amazon Route 53.
transferability - A complex type that contains information about whether the specified domain can be transferred to
Amazon 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 Amazon Route 53.
This is a convenience 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)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.