CopyableBuilder<GetOperationDetailResponse.Builder,GetOperationDetailResponse>
, SdkBuilder<GetOperationDetailResponse.Builder,GetOperationDetailResponse>
public static interface GetOperationDetailResponse.Builder extends CopyableBuilder<GetOperationDetailResponse.Builder,GetOperationDetailResponse>
Modifier and Type | Method | 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(String status) |
The current status of the requested operation in the system.
|
GetOperationDetailResponse.Builder |
status(OperationStatus status) |
The current status of the requested operation in the system.
|
GetOperationDetailResponse.Builder |
submittedDate(Date submittedDate) |
The date when the request was submitted.
|
GetOperationDetailResponse.Builder |
type(String type) |
The type of operation that was requested.
|
GetOperationDetailResponse.Builder |
type(OperationType type) |
The type of operation that was requested.
|
copy
apply, build
GetOperationDetailResponse.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
GetOperationDetailResponse.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
GetOperationDetailResponse.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
GetOperationDetailResponse.Builder type(OperationType type)
The type of operation that was requested.
type
- The type of operation that was requested.OperationType
GetOperationDetailResponse.Builder submittedDate(Date 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.