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.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CheckDomainTransferabilityResponse.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.Builder
transferability(DomainTransferability)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.