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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListWorkflowsResponse.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 © 2020. All rights reserved.