Interface BatchGetWorkflowsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchGetWorkflowsRequest.Builder,BatchGetWorkflowsRequest>,GlueRequest.Builder,SdkBuilder<BatchGetWorkflowsRequest.Builder,BatchGetWorkflowsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchGetWorkflowsRequest
public static interface BatchGetWorkflowsRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<BatchGetWorkflowsRequest.Builder,BatchGetWorkflowsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetWorkflowsRequest.BuilderincludeGraph(Boolean includeGraph)Specifies whether to include a graph when returning the workflow resource metadata.BatchGetWorkflowsRequest.Buildernames(String... names)A list of workflow names, which may be the names returned from theListWorkflowsoperation.BatchGetWorkflowsRequest.Buildernames(Collection<String> names)A list of workflow names, which may be the names returned from theListWorkflowsoperation.BatchGetWorkflowsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetWorkflowsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
names
BatchGetWorkflowsRequest.Builder names(Collection<String> names)
A list of workflow names, which may be the names returned from the
ListWorkflowsoperation.- Parameters:
names- A list of workflow names, which may be the names returned from theListWorkflowsoperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
names
BatchGetWorkflowsRequest.Builder names(String... names)
A list of workflow names, which may be the names returned from the
ListWorkflowsoperation.- Parameters:
names- A list of workflow names, which may be the names returned from theListWorkflowsoperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeGraph
BatchGetWorkflowsRequest.Builder includeGraph(Boolean includeGraph)
Specifies whether to include a graph when returning the workflow resource metadata.
- Parameters:
includeGraph- Specifies whether to include a graph when returning the workflow resource metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchGetWorkflowsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchGetWorkflowsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-