Interface BatchStopJobRunRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchStopJobRunRequest.Builder,BatchStopJobRunRequest>,GlueRequest.Builder,SdkBuilder<BatchStopJobRunRequest.Builder,BatchStopJobRunRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchStopJobRunRequest
public static interface BatchStopJobRunRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<BatchStopJobRunRequest.Builder,BatchStopJobRunRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchStopJobRunRequest.BuilderjobName(String jobName)The name of the job definition for which to stop job runs.BatchStopJobRunRequest.BuilderjobRunIds(String... jobRunIds)A list of theJobRunIdsthat should be stopped for that job definition.BatchStopJobRunRequest.BuilderjobRunIds(Collection<String> jobRunIds)A list of theJobRunIdsthat should be stopped for that job definition.BatchStopJobRunRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchStopJobRunRequest.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
-
jobName
BatchStopJobRunRequest.Builder jobName(String jobName)
The name of the job definition for which to stop job runs.
- Parameters:
jobName- The name of the job definition for which to stop job runs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobRunIds
BatchStopJobRunRequest.Builder jobRunIds(Collection<String> jobRunIds)
A list of the
JobRunIdsthat should be stopped for that job definition.- Parameters:
jobRunIds- A list of theJobRunIdsthat should be stopped for that job definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobRunIds
BatchStopJobRunRequest.Builder jobRunIds(String... jobRunIds)
A list of the
JobRunIdsthat should be stopped for that job definition.- Parameters:
jobRunIds- A list of theJobRunIdsthat should be stopped for that job definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchStopJobRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchStopJobRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-