CopyableBuilder<ListJobsRequest.Builder,ListJobsRequest>
, SdkBuilder<ListJobsRequest.Builder,ListJobsRequest>
public static interface ListJobsRequest.Builder extends CopyableBuilder<ListJobsRequest.Builder,ListJobsRequest>
Modifier and Type | Method | Description |
---|---|---|
ListJobsRequest.Builder |
arn(String arn) |
The jobs' ARNs.
|
ListJobsRequest.Builder |
nextToken(String nextToken) |
An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.
|
copy
apply, build
ListJobsRequest.Builder arn(String arn)
The jobs' ARNs.
arn
- The jobs' ARNs.ListJobsRequest.Builder nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken
- An identifier that was returned from the previous call to this operation, which can be used to return
the next set of items in the list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.