public static interface GetOperationDetailRequest.Builder extends Route53DomainsRequest.Builder, CopyableBuilder<GetOperationDetailRequest.Builder,GetOperationDetailRequest>
Modifier and Type | Method and Description |
---|---|
GetOperationDetailRequest.Builder |
operationId(String operationId)
The identifier for the operation for which you want to get the status.
|
GetOperationDetailRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
GetOperationDetailRequest.Builder operationId(String operationId)
The identifier for the operation for which you want to get the status. Amazon Route 53 returned the identifier in the response to the original request.
operationId
- The identifier for the operation for which you want to get the status. Amazon Route 53 returned the
identifier in the response to the original request.GetOperationDetailRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.