public static interface CountClosedWorkflowExecutionsResponse.Builder extends SwfResponse.Builder, CopyableBuilder<CountClosedWorkflowExecutionsResponse.Builder,CountClosedWorkflowExecutionsResponse>
Modifier and Type | Method and Description |
---|---|
CountClosedWorkflowExecutionsResponse.Builder |
count(Integer count)
The number of workflow executions.
|
CountClosedWorkflowExecutionsResponse.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
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CountClosedWorkflowExecutionsResponse.Builder count(Integer count)
The number of workflow executions.
count
- The number of workflow executions.CountClosedWorkflowExecutionsResponse.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.