Interface CloseStatusFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CloseStatusFilter.Builder,CloseStatusFilter>,SdkBuilder<CloseStatusFilter.Builder,CloseStatusFilter>,SdkPojo
- Enclosing class:
- CloseStatusFilter
public static interface CloseStatusFilter.Builder extends SdkPojo, CopyableBuilder<CloseStatusFilter.Builder,CloseStatusFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloseStatusFilter.Builderstatus(String status)The close status that must match the close status of an execution for it to meet the criteria of this filter.CloseStatusFilter.Builderstatus(CloseStatus status)The close status that must match the close status of an execution for it to meet 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
-
status
CloseStatusFilter.Builder status(String status)
The close status that must match the close status of an execution for it to meet the criteria of this filter.
- Parameters:
status- The close status that must match the close status of an execution for it to meet the criteria of this filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CloseStatus,CloseStatus
-
status
CloseStatusFilter.Builder status(CloseStatus status)
The close status that must match the close status of an execution for it to meet the criteria of this filter.
- Parameters:
status- The close status that must match the close status of an execution for it to meet the criteria of this filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CloseStatus,CloseStatus
-
-