Interface OperationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OperationSummary.Builder,
,OperationSummary> SdkBuilder<OperationSummary.Builder,
,OperationSummary> SdkPojo
- Enclosing class:
OperationSummary
@Mutable
@NotThreadSafe
public static interface OperationSummary.Builder
extends SdkPojo, CopyableBuilder<OperationSummary.Builder,OperationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe time when the operation ended.A unique ID of this operation.The time when the operation started.The current state of the operation.status
(OperationStatus status) The current state of the operation.The Amazon Resource Name (ARN) of the resource that the operation acted on (for example, an App Runner service).The type of operation.type
(OperationType type) The type of operation.The time when the operation was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
A unique ID of this operation. It's unique in the scope of the App Runner service.
- Parameters:
id
- A unique ID of this operation. It's unique in the scope of the App Runner service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of operation. It indicates a specific action that occured.
- Parameters:
type
- The type of operation. It indicates a specific action that occured.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of operation. It indicates a specific action that occured.
- Parameters:
type
- The type of operation. It indicates a specific action that occured.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current state of the operation.
- Parameters:
status
- The current state of the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current state of the operation.
- Parameters:
status
- The current state of the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
targetArn
The Amazon Resource Name (ARN) of the resource that the operation acted on (for example, an App Runner service).
- Parameters:
targetArn
- The Amazon Resource Name (ARN) of the resource that the operation acted on (for example, an App Runner service).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startedAt
The time when the operation started. It's in the Unix time stamp format.
- Parameters:
startedAt
- The time when the operation started. It's in the Unix time stamp format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endedAt
The time when the operation ended. It's in the Unix time stamp format.
- Parameters:
endedAt
- The time when the operation ended. It's in the Unix time stamp format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The time when the operation was last updated. It's in the Unix time stamp format.
- Parameters:
updatedAt
- The time when the operation was last updated. It's in the Unix time stamp format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-