public static interface ListWorkflowsResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<ListWorkflowsResponse.Builder,ListWorkflowsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowsResponse.Builder |
nextToken(String nextToken)
A continuation token, if not all workflow names have been returned.
|
ListWorkflowsResponse.Builder |
workflows(Collection<String> workflows)
List of names of workflows in the account.
|
ListWorkflowsResponse.Builder |
workflows(String... workflows)
List of names of workflows in the account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWorkflowsResponse.Builder workflows(Collection<String> workflows)
List of names of workflows in the account.
workflows - List of names of workflows in the account.ListWorkflowsResponse.Builder workflows(String... workflows)
List of names of workflows in the account.
workflows - List of names of workflows in the account.ListWorkflowsResponse.Builder nextToken(String nextToken)
A continuation token, if not all workflow names have been returned.
nextToken - A continuation token, if not all workflow names have been returned.Copyright © 2023. All rights reserved.