public static interface CloseStatusFilter.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<CloseStatusFilter.Builder,CloseStatusFilter>
| Modifier and Type | Method and Description |
|---|---|
CloseStatusFilter.Builder |
status(CloseStatus status)
Required. 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)
Required. 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)
Required. The close status that must match the close status of an execution for it to meet the criteria of this filter.
status - Required.CloseStatusCloseStatusFilter.Builder status(CloseStatus status)
Required. The close status that must match the close status of an execution for it to meet the criteria of this filter.
status - Required.CloseStatusCopyright © 2017. All rights reserved.