public static interface CountOpenWorkflowExecutionsResponse.Builder extends SwfResponse.Builder, SdkPojo, CopyableBuilder<CountOpenWorkflowExecutionsResponse.Builder,CountOpenWorkflowExecutionsResponse>
Modifier and Type | Method and 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CountOpenWorkflowExecutionsResponse.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.