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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListWorkflowsResponse.BuildernextToken(String nextToken)A continuation token, if not all workflow names have been returned.ListWorkflowsResponse.Builderworkflows(String... workflows)List of names of workflows in the account.ListWorkflowsResponse.Builderworkflows(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
workflows
ListWorkflowsResponse.Builder workflows(Collection<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.
-
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.
-
-