Interface ListWorkflowsResponse.Builder

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

public static interface ListWorkflowsResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<ListWorkflowsResponse.Builder,ListWorkflowsResponse>
  • Method Details

    • workflows

      List of names of workflows in the account.

      Parameters:
      workflows - List of names of workflows in the account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • workflows

      ListWorkflowsResponse.Builder workflows(String... workflows)

      List of names of workflows in the account.

      Parameters:
      workflows - List of names of workflows in the account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListWorkflowsResponse.Builder nextToken(String nextToken)

      A continuation token, if not all workflow names have been returned.

      Parameters:
      nextToken - A continuation token, if not all workflow names have been returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.