Interface StopJobRunRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<StopJobRunRequest.Builder,
,StopJobRunRequest> DataBrewRequest.Builder
,SdkBuilder<StopJobRunRequest.Builder,
,StopJobRunRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
StopJobRunRequest
@Mutable
@NotThreadSafe
public static interface StopJobRunRequest.Builder
extends DataBrewRequest.Builder, SdkPojo, CopyableBuilder<StopJobRunRequest.Builder,StopJobRunRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the job to be stopped.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The ID of the job run to be stopped.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.databrew.model.DataBrewRequest.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 Details
-
name
The name of the job to be stopped.
- Parameters:
name
- The name of the job to be stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runId
The ID of the job run to be stopped.
- Parameters:
runId
- The ID of the job run to be stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StopJobRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
StopJobRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-