static Operation.Builder |
Operation.builder() |
|
Operation.Builder |
Operation.Builder.endTime(Instant endTime) |
The end time of the operation.
|
Operation.Builder |
Operation.Builder.id(String id) |
The ID of the operation.
|
Operation.Builder |
Operation.Builder.lastUpdatedTime(Instant lastUpdatedTime) |
The time at which the operation was last updated.
|
Operation.Builder |
Operation.Builder.properties(Map<String,String> properties) |
The properties of the operation.
|
Operation.Builder |
Operation.Builder.resourceArn(String resourceArn) |
The Amazon Resource Name (ARN) of the operation.
|
Operation.Builder |
Operation.Builder.resourceId(String resourceId) |
The resource ID of the operation.
|
Operation.Builder |
Operation.Builder.resourceType(String resourceType) |
The resource type of the operation.
|
Operation.Builder |
Operation.Builder.startTime(Instant startTime) |
The start time of the operation.
|
Operation.Builder |
Operation.Builder.status(String status) |
The status of the operation.
|
Operation.Builder |
Operation.Builder.status(OperationStatus status) |
The status of the operation.
|
Operation.Builder |
Operation.Builder.statusMessage(String statusMessage) |
The status message of the operation.
|
Operation.Builder |
Operation.toBuilder() |
|
Operation.Builder |
Operation.Builder.type(String type) |
The type of the operation.
|