public static interface BuildBatchFilter.Builder extends SdkPojo, CopyableBuilder<BuildBatchFilter.Builder,BuildBatchFilter>
| Modifier and Type | Method and Description |
|---|---|
BuildBatchFilter.Builder |
status(StatusType status)
The status of the batch builds to retrieve.
|
BuildBatchFilter.Builder |
status(String status)
The status of the batch builds to retrieve.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBuildBatchFilter.Builder status(String status)
The status of the batch builds to retrieve. Only batch builds that have this status will be retrieved.
status - The status of the batch builds to retrieve. Only batch builds that have this status will be retrieved.StatusType,
StatusTypeBuildBatchFilter.Builder status(StatusType status)
The status of the batch builds to retrieve. Only batch builds that have this status will be retrieved.
status - The status of the batch builds to retrieve. Only batch builds that have this status will be retrieved.StatusType,
StatusTypeCopyright © 2023. All rights reserved.