public static interface ListJobTemplatesResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListJobTemplatesResponse.Builder,ListJobTemplatesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListJobTemplatesResponse.Builder |
jobTemplates(Collection<JobTemplateSummary> jobTemplates)
A list of objects that contain information about the job templates.
|
ListJobTemplatesResponse.Builder |
jobTemplates(Consumer<JobTemplateSummary.Builder>... jobTemplates)
A list of objects that contain information about the job templates.
|
ListJobTemplatesResponse.Builder |
jobTemplates(JobTemplateSummary... jobTemplates)
A list of objects that contain information about the job templates.
|
ListJobTemplatesResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListJobTemplatesResponse.Builder jobTemplates(Collection<JobTemplateSummary> jobTemplates)
A list of objects that contain information about the job templates.
jobTemplates - A list of objects that contain information about the job templates.ListJobTemplatesResponse.Builder jobTemplates(JobTemplateSummary... jobTemplates)
A list of objects that contain information about the job templates.
jobTemplates - A list of objects that contain information about the job templates.ListJobTemplatesResponse.Builder jobTemplates(Consumer<JobTemplateSummary.Builder>... jobTemplates)
A list of objects that contain information about the job templates.
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 #jobTemplates(List) .jobTemplates - a consumer that will call methods on List.Builder #jobTemplates(List) ListJobTemplatesResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken - The token for the next set of results, or null if there are no additional results.Copyright © 2021. All rights reserved.