CopyableBuilder<CountClosedWorkflowExecutionsResponse.Builder,CountClosedWorkflowExecutionsResponse>
, SdkBuilder<CountClosedWorkflowExecutionsResponse.Builder,CountClosedWorkflowExecutionsResponse>
public static interface CountClosedWorkflowExecutionsResponse.Builder extends CopyableBuilder<CountClosedWorkflowExecutionsResponse.Builder,CountClosedWorkflowExecutionsResponse>
Modifier and Type | Method | 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.
|
copy
apply, 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.