public static interface ListJobsResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<ListJobsResponse.Builder,ListJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListJobsResponse.Builder |
jobNames(Collection<String> jobNames)
The names of all jobs in the account, or the jobs with the specified tags.
|
ListJobsResponse.Builder |
jobNames(String... jobNames)
The names of all jobs in the account, or the jobs with the specified tags.
|
ListJobsResponse.Builder |
nextToken(String nextToken)
A continuation token, if the returned list does not contain the last metric available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListJobsResponse.Builder jobNames(Collection<String> jobNames)
The names of all jobs in the account, or the jobs with the specified tags.
jobNames - The names of all jobs in the account, or the jobs with the specified tags.ListJobsResponse.Builder jobNames(String... jobNames)
The names of all jobs in the account, or the jobs with the specified tags.
jobNames - The names of all jobs in the account, or the jobs with the specified tags.ListJobsResponse.Builder nextToken(String nextToken)
A continuation token, if the returned list does not contain the last metric available.
nextToken - A continuation token, if the returned list does not contain the last metric available.Copyright © 2023. All rights reserved.