Interface ListClusterJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListClusterJobsRequest.Builder,ListClusterJobsRequest>,SdkBuilder<ListClusterJobsRequest.Builder,ListClusterJobsRequest>,SdkPojo,SdkRequest.Builder,SnowballRequest.Builder
- Enclosing class:
- ListClusterJobsRequest
public static interface ListClusterJobsRequest.Builder extends SnowballRequest.Builder, SdkPojo, CopyableBuilder<ListClusterJobsRequest.Builder,ListClusterJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListClusterJobsRequest.BuilderclusterId(String clusterId)The 39-character ID for the cluster that you want to list, for exampleCID123e4567-e89b-12d3-a456-426655440000.ListClusterJobsRequest.BuildermaxResults(Integer maxResults)The number ofJobListEntryobjects to return.ListClusterJobsRequest.BuildernextToken(String nextToken)HTTP requests are stateless.ListClusterJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListClusterJobsRequest.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
-
clusterId
ListClusterJobsRequest.Builder clusterId(String clusterId)
The 39-character ID for the cluster that you want to list, for example
CID123e4567-e89b-12d3-a456-426655440000.- Parameters:
clusterId- The 39-character ID for the cluster that you want to list, for exampleCID123e4567-e89b-12d3-a456-426655440000.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListClusterJobsRequest.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
ListClusterJobsRequest.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
ListClusterJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListClusterJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-