CopyableBuilder<CountOpenWorkflowExecutionsResponse.Builder,CountOpenWorkflowExecutionsResponse>, SdkBuilder<CountOpenWorkflowExecutionsResponse.Builder,CountOpenWorkflowExecutionsResponse>public static interface CountOpenWorkflowExecutionsResponse.Builder extends CopyableBuilder<CountOpenWorkflowExecutionsResponse.Builder,CountOpenWorkflowExecutionsResponse>
| Modifier and Type | Method | Description |
|---|---|---|
CountOpenWorkflowExecutionsResponse.Builder |
count(Integer count) |
The number of workflow executions.
|
CountOpenWorkflowExecutionsResponse.Builder |
truncated(Boolean truncated) |
If set to true, indicates that the actual count was more than the maximum supported by this API and the count
returned is the truncated value.
|
copyapply, buildCountOpenWorkflowExecutionsResponse.Builder count(Integer count)
The number of workflow executions.
count - The number of workflow executions.CountOpenWorkflowExecutionsResponse.Builder truncated(Boolean truncated)
If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
truncated - If set to true, indicates that the actual count was more than the maximum supported by this API and
the count returned is the truncated value.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.