Interface CountClosedWorkflowExecutionsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CountClosedWorkflowExecutionsResponse.Builder,CountClosedWorkflowExecutionsResponse>, SdkBuilder<CountClosedWorkflowExecutionsResponse.Builder,CountClosedWorkflowExecutionsResponse>, SdkPojo, SdkResponse.Builder, SwfResponse.Builder
Enclosing class:
CountClosedWorkflowExecutionsResponse

public static interface CountClosedWorkflowExecutionsResponse.Builder extends SwfResponse.Builder, SdkPojo, CopyableBuilder<CountClosedWorkflowExecutionsResponse.Builder,CountClosedWorkflowExecutionsResponse>
  • Method Details

    • 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

      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.