Interface ListJobsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListJobsResponse.Builder,ListJobsResponse>,GlueResponse.Builder,SdkBuilder<ListJobsResponse.Builder,ListJobsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListJobsResponse
public static interface ListJobsResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<ListJobsResponse.Builder,ListJobsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListJobsResponse.BuilderjobNames(String... jobNames)The names of all jobs in the account, or the jobs with the specified tags.ListJobsResponse.BuilderjobNames(Collection<String> jobNames)The names of all jobs in the account, or the jobs with the specified tags.ListJobsResponse.BuildernextToken(String nextToken)A continuation token, if the returned list does not contain the last metric available.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
jobNames
ListJobsResponse.Builder jobNames(Collection<String> jobNames)
The names of all jobs in the account, or the jobs with the specified tags.
- Parameters:
jobNames- The names of all jobs in the account, or the jobs with the specified tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobNames
ListJobsResponse.Builder jobNames(String... jobNames)
The names of all jobs in the account, or the jobs with the specified tags.
- Parameters:
jobNames- The names of all jobs in the account, or the jobs with the specified tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListJobsResponse.Builder nextToken(String nextToken)
A continuation token, if the returned list does not contain the last metric available.
- Parameters:
nextToken- A continuation token, if the returned list does not contain the last metric available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-