public static interface GetOperationDetailResponse.Builder extends Route53DomainsResponse.Builder, SdkPojo, CopyableBuilder<GetOperationDetailResponse.Builder,GetOperationDetailResponse>
| Modifier and Type | Method and Description |
|---|---|
GetOperationDetailResponse.Builder |
domainName(String domainName)
The name of a domain.
|
GetOperationDetailResponse.Builder |
lastUpdatedDate(Instant lastUpdatedDate)
The date when the operation was last updated.
|
GetOperationDetailResponse.Builder |
message(String message)
Detailed information on the status including possible errors.
|
GetOperationDetailResponse.Builder |
operationId(String operationId)
The identifier for the operation.
|
GetOperationDetailResponse.Builder |
status(OperationStatus status)
The current status of the requested operation in the system.
|
GetOperationDetailResponse.Builder |
status(String status)
The current status of the requested operation in the system.
|
GetOperationDetailResponse.Builder |
statusFlag(StatusFlag statusFlag)
Lists any outstanding operations that require customer action.
|
GetOperationDetailResponse.Builder |
statusFlag(String statusFlag)
Lists any outstanding operations that require customer action.
|
GetOperationDetailResponse.Builder |
submittedDate(Instant submittedDate)
The date when the request was submitted.
|
GetOperationDetailResponse.Builder |
type(OperationType type)
The type of operation that was requested.
|
GetOperationDetailResponse.Builder |
type(String type)
The type of operation that was requested.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetOperationDetailResponse.Builder operationId(String operationId)
The identifier for the operation.
operationId - The identifier for the operation.GetOperationDetailResponse.Builder status(String status)
The current status of the requested operation in the system.
status - The current status of the requested operation in the system.OperationStatus,
OperationStatusGetOperationDetailResponse.Builder status(OperationStatus status)
The current status of the requested operation in the system.
status - The current status of the requested operation in the system.OperationStatus,
OperationStatusGetOperationDetailResponse.Builder message(String message)
Detailed information on the status including possible errors.
message - Detailed information on the status including possible errors.GetOperationDetailResponse.Builder domainName(String domainName)
The name of a domain.
domainName - The name of a domain.GetOperationDetailResponse.Builder type(String type)
The type of operation that was requested.
type - The type of operation that was requested.OperationType,
OperationTypeGetOperationDetailResponse.Builder type(OperationType type)
The type of operation that was requested.
type - The type of operation that was requested.OperationType,
OperationTypeGetOperationDetailResponse.Builder submittedDate(Instant submittedDate)
The date when the request was submitted.
submittedDate - The date when the request was submitted.GetOperationDetailResponse.Builder lastUpdatedDate(Instant lastUpdatedDate)
The date when the operation was last updated.
lastUpdatedDate - The date when the operation was last updated.GetOperationDetailResponse.Builder statusFlag(String statusFlag)
Lists any outstanding operations that require customer action. Valid values are:
PENDING_ACCEPTANCE: The operation is waiting for acceptance from the account that is receiving
the domain.
PENDING_CUSTOMER_ACTION: The operation is waiting for customer action, for example, returning an
email.
PENDING_AUTHORIZATION: The operation is waiting for the form of authorization. For more
information, see ResendOperationAuthorization.
PENDING_PAYMENT_VERIFICATION: The operation is waiting for the payment method to validate.
PENDING_SUPPORT_CASE: The operation includes a support case and is waiting for its resolution.
statusFlag - Lists any outstanding operations that require customer action. Valid values are:
PENDING_ACCEPTANCE: The operation is waiting for acceptance from the account that is
receiving the domain.
PENDING_CUSTOMER_ACTION: The operation is waiting for customer action, for example,
returning an email.
PENDING_AUTHORIZATION: The operation is waiting for the form of authorization. For more
information, see ResendOperationAuthorization.
PENDING_PAYMENT_VERIFICATION: The operation is waiting for the payment method to
validate.
PENDING_SUPPORT_CASE: The operation includes a support case and is waiting for its
resolution.
StatusFlag,
StatusFlagGetOperationDetailResponse.Builder statusFlag(StatusFlag statusFlag)
Lists any outstanding operations that require customer action. Valid values are:
PENDING_ACCEPTANCE: The operation is waiting for acceptance from the account that is receiving
the domain.
PENDING_CUSTOMER_ACTION: The operation is waiting for customer action, for example, returning an
email.
PENDING_AUTHORIZATION: The operation is waiting for the form of authorization. For more
information, see ResendOperationAuthorization.
PENDING_PAYMENT_VERIFICATION: The operation is waiting for the payment method to validate.
PENDING_SUPPORT_CASE: The operation includes a support case and is waiting for its resolution.
statusFlag - Lists any outstanding operations that require customer action. Valid values are:
PENDING_ACCEPTANCE: The operation is waiting for acceptance from the account that is
receiving the domain.
PENDING_CUSTOMER_ACTION: The operation is waiting for customer action, for example,
returning an email.
PENDING_AUTHORIZATION: The operation is waiting for the form of authorization. For more
information, see ResendOperationAuthorization.
PENDING_PAYMENT_VERIFICATION: The operation is waiting for the payment method to
validate.
PENDING_SUPPORT_CASE: The operation includes a support case and is waiting for its
resolution.
StatusFlag,
StatusFlagCopyright © 2023. All rights reserved.