Interface CountOpenWorkflowExecutionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CountOpenWorkflowExecutionsResponse.Builder,CountOpenWorkflowExecutionsResponse>
,SdkBuilder<CountOpenWorkflowExecutionsResponse.Builder,CountOpenWorkflowExecutionsResponse>
,SdkPojo
,SdkResponse.Builder
,SwfResponse.Builder
- Enclosing class:
- CountOpenWorkflowExecutionsResponse
public static interface CountOpenWorkflowExecutionsResponse.Builder extends SwfResponse.Builder, SdkPojo, CopyableBuilder<CountOpenWorkflowExecutionsResponse.Builder,CountOpenWorkflowExecutionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.swf.model.SwfResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
count
CountOpenWorkflowExecutionsResponse.Builder count(Integer count)
The number of workflow executions.
- Parameters:
count
- The number of workflow executions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
truncated
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-