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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeJobDefinitionsResponse.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 method that creates an instance of theJobDefinition.Builder avoiding the need to create one
manually via JobDefinition.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #jobDefinitions(List.
jobDefinitions - a consumer that will call methods on
JobDefinition.Builder#jobDefinitions(java.util.Collection) 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 © 2023. All rights reserved.