Interface StartWorkflowRunRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartWorkflowRunRequest.Builder,StartWorkflowRunRequest>,GlueRequest.Builder,SdkBuilder<StartWorkflowRunRequest.Builder,StartWorkflowRunRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartWorkflowRunRequest
public static interface StartWorkflowRunRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<StartWorkflowRunRequest.Builder,StartWorkflowRunRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartWorkflowRunRequest.Buildername(String name)The name of the workflow to start.StartWorkflowRunRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartWorkflowRunRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartWorkflowRunRequest.BuilderrunProperties(Map<String,String> runProperties)The workflow run properties for the new workflow run.-
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
-
name
StartWorkflowRunRequest.Builder name(String name)
The name of the workflow to start.
- Parameters:
name- The name of the workflow to start.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runProperties
StartWorkflowRunRequest.Builder runProperties(Map<String,String> runProperties)
The workflow run properties for the new workflow run.
Run properties may be logged. Do not pass plaintext secrets as properties. Retrieve secrets from a Glue Connection, Amazon Web Services Secrets Manager or other secret management mechanism if you intend to use them within the workflow run.
- Parameters:
runProperties- The workflow run properties for the new workflow run.Run properties may be logged. Do not pass plaintext secrets as properties. Retrieve secrets from a Glue Connection, Amazon Web Services Secrets Manager or other secret management mechanism if you intend to use them within the workflow run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartWorkflowRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartWorkflowRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-