public static interface CloseStatusFilter.Builder extends CopyableBuilder<CloseStatusFilter.Builder,CloseStatusFilter>
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
copy
apply, build
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.
status
- The close status that must match the close status of an execution for it to meet the criteria of this
filter.CloseStatus
,
CloseStatus
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.
status
- The close status that must match the close status of an execution for it to meet the criteria of this
filter.CloseStatus
,
CloseStatus
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.