Interface ExecutionRecord.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ExecutionRecord.Builder,,ExecutionRecord> SdkBuilder<ExecutionRecord.Builder,,ExecutionRecord> SdkPojo
- Enclosing class:
ExecutionRecord
@Mutable
@NotThreadSafe
public static interface ExecutionRecord.Builder
extends SdkPojo, CopyableBuilder<ExecutionRecord.Builder,ExecutionRecord>
-
Method Summary
Modifier and TypeMethodDescriptionobservationId(String observationId) The identifier of the execution record.The details of the executed record.The status of the action execution.status(ExecutionRecordStatus status) The status of the action execution.The timestamp when the action was executed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
observationId
The identifier of the execution record.
- Parameters:
observationId- The identifier of the execution record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the action execution.
- Parameters:
status- The status of the action execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the action execution.
- Parameters:
status- The status of the action execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
timestamp
The timestamp when the action was executed.
- Parameters:
timestamp- The timestamp when the action was executed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
record
The details of the executed record.
- Parameters:
record- The details of the executed record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-