Interface GetWorkflowRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetWorkflowRequest.Builder,GetWorkflowRequest>,GlueRequest.Builder,SdkBuilder<GetWorkflowRequest.Builder,GetWorkflowRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetWorkflowRequest
public static interface GetWorkflowRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetWorkflowRequest.Builder,GetWorkflowRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetWorkflowRequest.BuilderincludeGraph(Boolean includeGraph)Specifies whether to include a graph when returning the workflow resource metadata.GetWorkflowRequest.Buildername(String name)The name of the workflow to retrieve.GetWorkflowRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetWorkflowRequest.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, sdkFields
-
-
-
-
Method Detail
-
name
GetWorkflowRequest.Builder name(String name)
The name of the workflow to retrieve.
- Parameters:
name- The name of the workflow to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeGraph
GetWorkflowRequest.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
GetWorkflowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetWorkflowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-