public static interface GetJobRunsRequest.Builder extends GlueRequest.Builder, CopyableBuilder<GetJobRunsRequest.Builder,GetJobRunsRequest>
Modifier and Type | Method and Description |
---|---|
GetJobRunsRequest.Builder |
jobName(String jobName)
The name of the job 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.
|
build
overrideConfiguration
copy
applyMutation, build
GetJobRunsRequest.Builder jobName(String jobName)
The name of the job for which to retrieve all job runs.
jobName
- The name of the job 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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetJobRunsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.