public static interface DescribeJobDefinitionsResponse.Builder extends BatchResponse.Builder, CopyableBuilder<DescribeJobDefinitionsResponse.Builder,DescribeJobDefinitionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeJobDefinitionsResponse.Builder |
jobDefinitions(Collection<JobDefinition> 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. |
buildcopyapply, 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 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.