public static interface ListTaskTemplatesResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListTaskTemplatesResponse.Builder,ListTaskTemplatesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTaskTemplatesResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListTaskTemplatesResponse.Builder |
taskTemplates(Collection<TaskTemplateMetadata> taskTemplates)
Provides details about a list of task templates belonging to an instance.
|
ListTaskTemplatesResponse.Builder |
taskTemplates(Consumer<TaskTemplateMetadata.Builder>... taskTemplates)
Provides details about a list of task templates belonging to an instance.
|
ListTaskTemplatesResponse.Builder |
taskTemplates(TaskTemplateMetadata... taskTemplates)
Provides details about a list of task templates belonging to an instance.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTaskTemplatesResponse.Builder taskTemplates(Collection<TaskTemplateMetadata> taskTemplates)
Provides details about a list of task templates belonging to an instance.
taskTemplates - Provides details about a list of task templates belonging to an instance.ListTaskTemplatesResponse.Builder taskTemplates(TaskTemplateMetadata... taskTemplates)
Provides details about a list of task templates belonging to an instance.
taskTemplates - Provides details about a list of task templates belonging to an instance.ListTaskTemplatesResponse.Builder taskTemplates(Consumer<TaskTemplateMetadata.Builder>... taskTemplates)
Provides details about a list of task templates belonging to an instance.
This is a convenience method 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 #taskTemplates(List) .taskTemplates - a consumer that will call methods on List.Builder #taskTemplates(List) ListTaskTemplatesResponse.Builder nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
This is always returned as a null in the response.
nextToken - If there are additional results, this is the token for the next set of results. This is always returned as a null in the response.
Copyright © 2022. All rights reserved.