public static interface Operation.Builder extends SdkPojo, CopyableBuilder<Operation.Builder,Operation>
| Modifier and Type | Method and Description |
|---|---|
Operation.Builder |
endTime(Instant endTime)
The end time of the operation.
|
Operation.Builder |
id(String id)
The ID of the operation.
|
Operation.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
The time at which the operation was last updated.
|
Operation.Builder |
properties(Map<String,String> properties)
The properties of the operation.
|
Operation.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the operation.
|
Operation.Builder |
resourceId(String resourceId)
The resource ID of the operation.
|
Operation.Builder |
resourceType(String resourceType)
The resource type of the operation.
|
Operation.Builder |
startTime(Instant startTime)
The start time of the operation.
|
Operation.Builder |
status(OperationStatus status)
The status of the operation.
|
Operation.Builder |
status(String status)
The status of the operation.
|
Operation.Builder |
statusMessage(String statusMessage)
The status message of the operation.
|
Operation.Builder |
type(String type)
The type of the operation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOperation.Builder id(String id)
The ID of the operation.
id - The ID of the operation.Operation.Builder type(String type)
The type of the operation.
type - The type of the operation.Operation.Builder status(String status)
The status of the operation.
status - The status of the operation.OperationStatus,
OperationStatusOperation.Builder status(OperationStatus status)
The status of the operation.
status - The status of the operation.OperationStatus,
OperationStatusOperation.Builder statusMessage(String statusMessage)
The status message of the operation.
statusMessage - The status message of the operation.Operation.Builder properties(Map<String,String> properties)
The properties of the operation.
properties - The properties of the operation.Operation.Builder resourceType(String resourceType)
The resource type of the operation.
resourceType - The resource type of the operation.Operation.Builder resourceId(String resourceId)
The resource ID of the operation.
resourceId - The resource ID of the operation.Operation.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the operation.
resourceArn - The Amazon Resource Name (ARN) of the operation.Operation.Builder startTime(Instant startTime)
The start time of the operation.
startTime - The start time of the operation.Operation.Builder endTime(Instant endTime)
The end time of the operation.
endTime - The end time of the operation.Operation.Builder lastUpdatedTime(Instant lastUpdatedTime)
The time at which the operation was last updated.
lastUpdatedTime - The time at which the operation was last updated.Copyright © 2023. All rights reserved.