| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
static Operation.Builder |
Operation.builder() |
Operation.Builder |
Operation.Builder.createDate(Instant createDate)
The date and time that the request was submitted, in Unix date/time format and Coordinated Universal Time
(UTC).
|
Operation.Builder |
Operation.Builder.errorCode(String errorCode)
The code associated with
ErrorMessage. |
Operation.Builder |
Operation.Builder.errorMessage(String errorMessage)
If the value of
Status is FAIL, the reason that the operation failed. |
Operation.Builder |
Operation.Builder.id(String id)
The ID of the operation that you want to get information about.
|
Operation.Builder |
Operation.Builder.status(OperationStatus status)
The status of the operation.
|
Operation.Builder |
Operation.Builder.status(String status)
The status of the operation.
|
Operation.Builder |
Operation.Builder.targets(Map<OperationTargetType,String> targets)
The name of the target entity that is associated with the operation:
|
Operation.Builder |
Operation.Builder.targetsWithStrings(Map<String,String> targets)
The name of the target entity that is associated with the operation:
|
Operation.Builder |
Operation.toBuilder() |
Operation.Builder |
Operation.Builder.type(OperationType type)
The name of the operation that is associated with the specified ID.
|
Operation.Builder |
Operation.Builder.type(String type)
The name of the operation that is associated with the specified ID.
|
Operation.Builder |
Operation.Builder.updateDate(Instant updateDate)
The date and time that the value of
Status changed to the current value, in Unix date/time
format and Coordinated Universal Time (UTC). |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Operation.Builder> |
Operation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetOperationResponse.Builder |
GetOperationResponse.Builder.operation(Consumer<Operation.Builder> operation)
A complex type that contains information about the operation.
|
Copyright © 2021. All rights reserved.