public static interface ListJobsRequest.Builder extends AmplifyRequest.Builder, SdkPojo, CopyableBuilder<ListJobsRequest.Builder,ListJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListJobsRequest.Builder |
appId(String appId)
Unique Id for an Amplify App.
|
ListJobsRequest.Builder |
branchName(String branchName)
Name for a branch.
|
ListJobsRequest.Builder |
maxResults(Integer maxResults)
Maximum number of records to list in a single response.
|
ListJobsRequest.Builder |
nextToken(String nextToken)
Pagination token.
|
ListJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildListJobsRequest.Builder appId(String appId)
Unique Id for an Amplify App.
appId - Unique Id for an Amplify App.ListJobsRequest.Builder branchName(String branchName)
Name for a branch.
branchName - Name for a branch.ListJobsRequest.Builder nextToken(String nextToken)
Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.
nextToken - Pagination token. Set to null to start listing steps from start. If a non-null pagination token is
returned in a result, then pass its value in here to list more steps.ListJobsRequest.Builder maxResults(Integer maxResults)
Maximum number of records to list in a single response.
maxResults - Maximum number of records to list in a single response.ListJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListJobsRequest.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.