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) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
BatchGetWorkflowsRequest.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.Builder
BatchGetWorkflowsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2019. All rights reserved.