Interface ListWorkflowsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListWorkflowsResponse.Builder,
,ListWorkflowsResponse> GlueResponse.Builder
,SdkBuilder<ListWorkflowsResponse.Builder,
,ListWorkflowsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListWorkflowsResponse
@Mutable
@NotThreadSafe
public static interface ListWorkflowsResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<ListWorkflowsResponse.Builder,ListWorkflowsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA continuation token, if not all workflow names have been returned.List of names of workflows in the account.workflows
(Collection<String> workflows) List of names of workflows in the account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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
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
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.
-