public static interface DescribeJobDefinitionsResponse.Builder extends BatchResponse.Builder, SdkPojo, CopyableBuilder<DescribeJobDefinitionsResponse.Builder,DescribeJobDefinitionsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeJobDefinitionsResponse.Builder |
jobDefinitions(Collection<JobDefinition> jobDefinitions)
The list of job definitions.
|
DescribeJobDefinitionsResponse.Builder |
jobDefinitions(Consumer<JobDefinition.Builder>... jobDefinitions)
The list of job definitions.
|
DescribeJobDefinitionsResponse.Builder |
jobDefinitions(JobDefinition... jobDefinitions)
The list of job definitions.
|
DescribeJobDefinitionsResponse.Builder |
nextToken(String nextToken)
The
nextToken value to include in a future DescribeJobDefinitions request. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeJobDefinitionsResponse.Builder jobDefinitions(Collection<JobDefinition> jobDefinitions)
The list of job definitions.
jobDefinitions
- The list of job definitions.DescribeJobDefinitionsResponse.Builder jobDefinitions(JobDefinition... jobDefinitions)
The list of job definitions.
jobDefinitions
- The list of job definitions.DescribeJobDefinitionsResponse.Builder jobDefinitions(Consumer<JobDefinition.Builder>... jobDefinitions)
The list of job definitions.
This is a convenience that creates an instance of theList.Builder
avoiding the need
to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #jobDefinitions(List)
.jobDefinitions
- a consumer that will call methods on List.Builder
#jobDefinitions(List)
DescribeJobDefinitionsResponse.Builder nextToken(String nextToken)
The nextToken
value to include in a future DescribeJobDefinitions
request. When the
results of a DescribeJobDefinitions
request exceed maxResults
, this value can be
used to retrieve the next page of results. This value is null
when there are no more results to
return.
nextToken
- The nextToken
value to include in a future DescribeJobDefinitions
request.
When the results of a DescribeJobDefinitions
request exceed maxResults
, this
value can be used to retrieve the next page of results. This value is null
when there are
no more results to return.Copyright © 2020. All rights reserved.