Interface ListJobsRequest.Builder
-
- All Superinterfaces:
AmplifyRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListJobsRequest.Builder,ListJobsRequest>,SdkBuilder<ListJobsRequest.Builder,ListJobsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListJobsRequest
public static interface ListJobsRequest.Builder extends AmplifyRequest.Builder, SdkPojo, CopyableBuilder<ListJobsRequest.Builder,ListJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListJobsRequest.BuilderappId(String appId)The unique ID for an Amplify app.ListJobsRequest.BuilderbranchName(String branchName)The name of the branch to use for the request.ListJobsRequest.BuildermaxResults(Integer maxResults)The maximum number of records to list in a single response.ListJobsRequest.BuildernextToken(String nextToken)A pagination token.ListJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListJobsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.amplify.model.AmplifyRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
appId
ListJobsRequest.Builder appId(String appId)
The unique ID for an Amplify app.
- Parameters:
appId- The unique ID for an Amplify app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
branchName
ListJobsRequest.Builder branchName(String branchName)
The name of the branch to use for the request.
- Parameters:
branchName- The name of the branch to use for the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListJobsRequest.Builder nextToken(String nextToken)
A pagination token. Set to null to start listing steps from the start. If a non-null pagination token is returned in a result, pass its value in here to list more steps.
- Parameters:
nextToken- A pagination token. Set to null to start listing steps from the start. If a non-null pagination token is returned in a result, pass its value in here to list more steps.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of records to list in a single response.
- Parameters:
maxResults- The maximum number of records to list in a single response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-