public static interface GetJobRunsRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetJobRunsRequest.Builder,GetJobRunsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetJobRunsRequest.Builder |
jobName(String jobName)
The name of the job definition for which to retrieve all job runs.
|
GetJobRunsRequest.Builder |
maxResults(Integer maxResults)
The maximum size of the response.
|
GetJobRunsRequest.Builder |
nextToken(String nextToken)
A continuation token, if this is a continuation call.
|
GetJobRunsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetJobRunsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetJobRunsRequest.Builder jobName(String jobName)
The name of the job definition for which to retrieve all job runs.
jobName - The name of the job definition for which to retrieve all job runs.GetJobRunsRequest.Builder nextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken - A continuation token, if this is a continuation call.GetJobRunsRequest.Builder maxResults(Integer maxResults)
The maximum size of the response.
maxResults - The maximum size of the response.GetJobRunsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetJobRunsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.