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)
Add an optional request override configuration.
|
GetJobRunsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetJobRunsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.