public static interface OperationSummary.Builder extends SdkPojo, CopyableBuilder<OperationSummary.Builder,OperationSummary>
| Modifier and Type | Method and Description |
|---|---|
OperationSummary.Builder |
endedAt(Instant endedAt)
The time when the operation ended.
|
OperationSummary.Builder |
id(String id)
A unique ID of this operation.
|
OperationSummary.Builder |
startedAt(Instant startedAt)
The time when the operation started.
|
OperationSummary.Builder |
status(OperationStatus status)
The current state of the operation.
|
OperationSummary.Builder |
status(String status)
The current state of the operation.
|
OperationSummary.Builder |
targetArn(String targetArn)
The Amazon Resource Name (ARN) of the resource that the operation acted on (for example, an App Runner
service).
|
OperationSummary.Builder |
type(OperationType type)
The type of operation.
|
OperationSummary.Builder |
type(String type)
The type of operation.
|
OperationSummary.Builder |
updatedAt(Instant updatedAt)
The time when the operation was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOperationSummary.Builder id(String id)
A unique ID of this operation. It's unique in the scope of the App Runner service.
id - A unique ID of this operation. It's unique in the scope of the App Runner service.OperationSummary.Builder type(String type)
The type of operation. It indicates a specific action that occured.
type - The type of operation. It indicates a specific action that occured.OperationType,
OperationTypeOperationSummary.Builder type(OperationType type)
The type of operation. It indicates a specific action that occured.
type - The type of operation. It indicates a specific action that occured.OperationType,
OperationTypeOperationSummary.Builder status(String status)
The current state of the operation.
status - The current state of the operation.OperationStatus,
OperationStatusOperationSummary.Builder status(OperationStatus status)
The current state of the operation.
status - The current state of the operation.OperationStatus,
OperationStatusOperationSummary.Builder targetArn(String targetArn)
The Amazon Resource Name (ARN) of the resource that the operation acted on (for example, an App Runner service).
targetArn - The Amazon Resource Name (ARN) of the resource that the operation acted on (for example, an App Runner
service).OperationSummary.Builder startedAt(Instant startedAt)
The time when the operation started. It's in the Unix time stamp format.
startedAt - The time when the operation started. It's in the Unix time stamp format.OperationSummary.Builder endedAt(Instant endedAt)
The time when the operation ended. It's in the Unix time stamp format.
endedAt - The time when the operation ended. It's in the Unix time stamp format.OperationSummary.Builder updatedAt(Instant updatedAt)
The time when the operation was last updated. It's in the Unix time stamp format.
updatedAt - The time when the operation was last updated. It's in the Unix time stamp format.Copyright © 2023. All rights reserved.