Interface WorkflowExecutionFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WorkflowExecutionFilter.Builder,WorkflowExecutionFilter>,SdkBuilder<WorkflowExecutionFilter.Builder,WorkflowExecutionFilter>,SdkPojo
- Enclosing class:
- WorkflowExecutionFilter
public static interface WorkflowExecutionFilter.Builder extends SdkPojo, CopyableBuilder<WorkflowExecutionFilter.Builder,WorkflowExecutionFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowExecutionFilter.BuilderworkflowId(String workflowId)The workflowId to pass of match the criteria of this filter.-
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, sdkFields
-
-
-
-
Method Detail
-
workflowId
WorkflowExecutionFilter.Builder workflowId(String workflowId)
The workflowId to pass of match the criteria of this filter.
- Parameters:
workflowId- The workflowId to pass of match the criteria of this filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-