public static interface ListClusterJobsRequest.Builder extends SnowballRequest.Builder, CopyableBuilder<ListClusterJobsRequest.Builder,ListClusterJobsRequest>
Modifier and Type | Method and Description |
---|---|
ListClusterJobsRequest.Builder |
clusterId(String clusterId)
The 39-character ID for the cluster that you want to list, for example
CID123e4567-e89b-12d3-a456-426655440000 . |
ListClusterJobsRequest.Builder |
maxResults(Integer maxResults)
The number of
JobListEntry objects to return. |
ListClusterJobsRequest.Builder |
nextToken(String nextToken)
HTTP requests are stateless.
|
ListClusterJobsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
ListClusterJobsRequest.Builder clusterId(String clusterId)
The 39-character ID for the cluster that you want to list, for example
CID123e4567-e89b-12d3-a456-426655440000
.
clusterId
- The 39-character ID for the cluster that you want to list, for example
CID123e4567-e89b-12d3-a456-426655440000
.ListClusterJobsRequest.Builder maxResults(Integer maxResults)
The number of JobListEntry
objects to return.
maxResults
- The number of JobListEntry
objects to return.ListClusterJobsRequest.Builder nextToken(String nextToken)
HTTP requests are stateless. To identify what object comes "next" in the list of JobListEntry
objects, you have the option of specifying NextToken
as the starting point for your returned
list.
nextToken
- HTTP requests are stateless. To identify what object comes "next" in the list of
JobListEntry
objects, you have the option of specifying NextToken
as the
starting point for your returned list.ListClusterJobsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.