Interface StartPipelineExecutionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartPipelineExecutionRequest.Builder,,StartPipelineExecutionRequest> IoTSiteWiseRequest.Builder,SdkBuilder<StartPipelineExecutionRequest.Builder,,StartPipelineExecutionRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
StartPipelineExecutionRequest
-
Method Summary
Modifier and TypeMethodDescriptionclientToken(String clientToken) A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.executionEnvironmentVariableOverrides(Consumer<ExecutionEnvironmentVariables.Builder> executionEnvironmentVariableOverrides) Runtime environment variable overrides for the execution.executionEnvironmentVariableOverrides(ExecutionEnvironmentVariables executionEnvironmentVariableOverrides) Runtime environment variable overrides for the execution.executionPriority(Integer executionPriority) Scheduling priority for the execution.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.pipelineName(String pipelineName) The name of the pipeline to execute.workspaceName(String workspaceName) The name of the workspace containing the pipeline.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
workspaceName
The name of the workspace containing the pipeline.
- Parameters:
workspaceName- The name of the workspace containing the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelineName
The name of the pipeline to execute.
- Parameters:
pipelineName- The name of the pipeline to execute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionEnvironmentVariableOverrides
StartPipelineExecutionRequest.Builder executionEnvironmentVariableOverrides(ExecutionEnvironmentVariables executionEnvironmentVariableOverrides) Runtime environment variable overrides for the execution. Includes global variables that apply to all compute nodes and computeNodes for per-node overrides. These take the highest priority in the environment variable hierarchy.
- Parameters:
executionEnvironmentVariableOverrides- Runtime environment variable overrides for the execution. Includes global variables that apply to all compute nodes and computeNodes for per-node overrides. These take the highest priority in the environment variable hierarchy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionEnvironmentVariableOverrides
default StartPipelineExecutionRequest.Builder executionEnvironmentVariableOverrides(Consumer<ExecutionEnvironmentVariables.Builder> executionEnvironmentVariableOverrides) Runtime environment variable overrides for the execution. Includes global variables that apply to all compute nodes and computeNodes for per-node overrides. These take the highest priority in the environment variable hierarchy.
This is a convenience method that creates an instance of theExecutionEnvironmentVariables.Builderavoiding the need to create one manually viaExecutionEnvironmentVariables.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexecutionEnvironmentVariableOverrides(ExecutionEnvironmentVariables).- Parameters:
executionEnvironmentVariableOverrides- a consumer that will call methods onExecutionEnvironmentVariables.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
executionPriority
Scheduling priority for the execution. Lower values indicate higher priority. Defaults to 2 when not specified.
- Parameters:
executionPriority- Scheduling priority for the execution. Lower values indicate higher priority. Defaults to 2 when not specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token, the server returns the cached result from the original successful request without performing the operation again.
- Parameters:
clientToken- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token, the server returns the cached result from the original successful request without performing the operation again.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartPipelineExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
StartPipelineExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-