Interface TransferDomainToAnotherAwsAccountResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<TransferDomainToAnotherAwsAccountResponse.Builder,
,TransferDomainToAnotherAwsAccountResponse> Route53DomainsResponse.Builder
,SdkBuilder<TransferDomainToAnotherAwsAccountResponse.Builder,
,TransferDomainToAnotherAwsAccountResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
TransferDomainToAnotherAwsAccountResponse
public static interface TransferDomainToAnotherAwsAccountResponse.Builder
extends Route53DomainsResponse.Builder, SdkPojo, CopyableBuilder<TransferDomainToAnotherAwsAccountResponse.Builder,TransferDomainToAnotherAwsAccountResponse>
-
Method Summary
Modifier and TypeMethodDescriptionoperationId
(String operationId) Identifier for tracking the progress of the request.To finish transferring a domain to another Amazon Web Services account, the account that the domain is being transferred to must submit an AcceptDomainTransferFromAnotherAwsAccount request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.route53domains.model.Route53DomainsResponse.Builder
build, responseMetadata, responseMetadata
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
-
Method Details
-
operationId
Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.
- Parameters:
operationId
- Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
password
To finish transferring a domain to another Amazon Web Services account, the account that the domain is being transferred to must submit an AcceptDomainTransferFromAnotherAwsAccount request. The request must include the value of the
Password
element that was returned in theTransferDomainToAnotherAwsAccount
response.- Parameters:
password
- To finish transferring a domain to another Amazon Web Services account, the account that the domain is being transferred to must submit an AcceptDomainTransferFromAnotherAwsAccount request. The request must include the value of thePassword
element that was returned in theTransferDomainToAnotherAwsAccount
response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-