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.
|
copyapply, buildCloseStatusFilter.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,
CloseStatusCloseStatusFilter.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,
CloseStatusCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.