Interface ExecutionEvent.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExecutionEvent.Builder,
,ExecutionEvent> SdkBuilder<ExecutionEvent.Builder,
,ExecutionEvent> SdkPojo
- Enclosing class:
ExecutionEvent
@Mutable
@NotThreadSafe
public static interface ExecutionEvent.Builder
extends SdkPojo, CopyableBuilder<ExecutionEvent.Builder,ExecutionEvent>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description for an execution event.Errors for an execution event.The event ID for an execution event.executionBlockType
(String executionBlockType) The execution block type for an execution event.executionBlockType
(ExecutionBlockType executionBlockType) The execution block type for an execution event.previousEventId
(String previousEventId) The event ID of the previous execution event.The resources for an execution event.resources
(Collection<String> resources) The resources for an execution event.The step name for an execution event.The timestamp for an execution event.The type of an execution event.type
(ExecutionEventType type) The type of an execution event.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
-
timestamp
The timestamp for an execution event.
- Parameters:
timestamp
- The timestamp for an execution event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of an execution event.
- Parameters:
type
- The type of an execution event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of an execution event.
- Parameters:
type
- The type of an execution event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stepName
The step name for an execution event.
- Parameters:
stepName
- The step name for an execution event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionBlockType
The execution block type for an execution event.
- Parameters:
executionBlockType
- The execution block type for an execution event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
executionBlockType
The execution block type for an execution event.
- Parameters:
executionBlockType
- The execution block type for an execution event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resources
The resources for an execution event.
- Parameters:
resources
- The resources for an execution event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resources
The resources for an execution event.
- Parameters:
resources
- The resources for an execution event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
error
Errors for an execution event.
- Parameters:
error
- Errors for an execution event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description for an execution event.
- Parameters:
description
- The description for an execution event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventId
The event ID for an execution event.
- Parameters:
eventId
- The event ID for an execution event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
previousEventId
The event ID of the previous execution event.
- Parameters:
previousEventId
- The event ID of the previous execution event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-