public static interface GetJobsRequest.Builder extends GlueRequest.Builder, CopyableBuilder<GetJobsRequest.Builder,GetJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetJobsRequest.Builder |
maxResults(Integer maxResults)
The maximum size of the response.
|
GetJobsRequest.Builder |
nextToken(String nextToken)
A continuation token, if this is a continuation call.
|
GetJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildGetJobsRequest.Builder nextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken - A continuation token, if this is a continuation call.GetJobsRequest.Builder maxResults(Integer maxResults)
The maximum size of the response.
maxResults - The maximum size of the response.GetJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetJobsRequest.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.