Interface ListJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListJobsRequest.Builder,ListJobsRequest>,SdkBuilder<ListJobsRequest.Builder,ListJobsRequest>,SdkPojo,SdkRequest.Builder,SnowballRequest.Builder
- Enclosing class:
- ListJobsRequest
public static interface ListJobsRequest.Builder extends SnowballRequest.Builder, SdkPojo, CopyableBuilder<ListJobsRequest.Builder,ListJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListJobsRequest.BuildermaxResults(Integer maxResults)The number ofJobListEntryobjects to return.ListJobsRequest.BuildernextToken(String nextToken)HTTP requests are stateless.ListJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListJobsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.snowball.model.SnowballRequest.Builder
build
-
-
-
-
Method Detail
-
maxResults
ListJobsRequest.Builder maxResults(Integer maxResults)
The number of
JobListEntryobjects to return.- Parameters:
maxResults- The number ofJobListEntryobjects to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListJobsRequest.Builder nextToken(String nextToken)
HTTP requests are stateless. To identify what object comes "next" in the list of
JobListEntryobjects, you have the option of specifyingNextTokenas the starting point for your returned list.- Parameters:
nextToken- HTTP requests are stateless. To identify what object comes "next" in the list ofJobListEntryobjects, you have the option of specifyingNextTokenas the starting point for your returned list.- 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
-
-