Interface TaskRunSessionActionDefinition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TaskRunSessionActionDefinition.Builder,
,TaskRunSessionActionDefinition> SdkBuilder<TaskRunSessionActionDefinition.Builder,
,TaskRunSessionActionDefinition> SdkPojo
- Enclosing class:
TaskRunSessionActionDefinition
@Mutable
@NotThreadSafe
public static interface TaskRunSessionActionDefinition.Builder
extends SdkPojo, CopyableBuilder<TaskRunSessionActionDefinition.Builder,TaskRunSessionActionDefinition>
-
Method Summary
Modifier and TypeMethodDescriptionparameters
(Map<String, TaskParameterValue> parameters) The task parameters.The step ID.The task ID.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
-
taskId
The task ID.
- Parameters:
taskId
- The task ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepId
The step ID.
- Parameters:
stepId
- The step ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
The task parameters.
- Parameters:
parameters
- The task parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-