Interface GetJobRunRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetJobRunRequest.Builder,
,GetJobRunRequest> GlueRequest.Builder
,SdkBuilder<GetJobRunRequest.Builder,
,GetJobRunRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetJobRunRequest
@Mutable
@NotThreadSafe
public static interface GetJobRunRequest.Builder
extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetJobRunRequest.Builder,GetJobRunRequest>
-
Method Summary
Modifier and TypeMethodDescriptionName of the job definition being run.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.predecessorsIncluded
(Boolean predecessorsIncluded) True if a list of predecessor runs should be returned.The ID of the job 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 Details
-
jobName
Name of the job definition being run.
- Parameters:
jobName
- Name of the job definition being run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runId
The ID of the job run.
- Parameters:
runId
- The ID of the job run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
predecessorsIncluded
True if a list of predecessor runs should be returned.
- Parameters:
predecessorsIncluded
- True if a list of predecessor runs should be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetJobRunRequest.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
GetJobRunRequest.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.
-