public static interface BatchGetWorkflowsRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<BatchGetWorkflowsRequest.Builder,BatchGetWorkflowsRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchGetWorkflowsRequest.Builder |
includeGraph(Boolean includeGraph)
Specifies whether to include a graph when returning the workflow resource metadata.
|
BatchGetWorkflowsRequest.Builder |
names(Collection<String> names)
A list of workflow names, which may be the names returned from the
ListWorkflows operation. |
BatchGetWorkflowsRequest.Builder |
names(String... names)
A list of workflow names, which may be the names returned from the
ListWorkflows operation. |
BatchGetWorkflowsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchGetWorkflowsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetWorkflowsRequest.Builder names(Collection<String> names)
A list of workflow names, which may be the names returned from the ListWorkflows operation.
names - A list of workflow names, which may be the names returned from the ListWorkflows
operation.BatchGetWorkflowsRequest.Builder names(String... names)
A list of workflow names, which may be the names returned from the ListWorkflows operation.
names - A list of workflow names, which may be the names returned from the ListWorkflows
operation.BatchGetWorkflowsRequest.Builder includeGraph(Boolean includeGraph)
Specifies whether to include a graph when returning the workflow resource metadata.
includeGraph - Specifies whether to include a graph when returning the workflow resource metadata.BatchGetWorkflowsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchGetWorkflowsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.