public static interface GetOperationDetailResponse.Builder extends Route53DomainsResponse.Builder, CopyableBuilder<GetOperationDetailResponse.Builder,GetOperationDetailResponse>
| Modifier and Type | Method and Description |
|---|---|
GetOperationDetailResponse.Builder |
domainName(String domainName)
The name of a domain.
|
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 |
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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.