public static interface ListTaskTemplatesRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<ListTaskTemplatesRequest.Builder,ListTaskTemplatesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTaskTemplatesRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
ListTaskTemplatesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListTaskTemplatesRequest.Builder |
name(String name)
The name of the task template.
|
ListTaskTemplatesRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListTaskTemplatesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTaskTemplatesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTaskTemplatesRequest.Builder |
status(String status)
Marks a template as
ACTIVE or INACTIVE for a task to refer to it. |
ListTaskTemplatesRequest.Builder |
status(TaskTemplateStatus status)
Marks a template as
ACTIVE or INACTIVE for a task to refer to it. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTaskTemplatesRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.ListTaskTemplatesRequest.Builder nextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
It is not expected that you set this because the value returned in the previous response is always null.
nextToken - The token for the next set of results. Use the value returned in the previous response in the next
request to retrieve the next set of results. It is not expected that you set this because the value returned in the previous response is always null.
ListTaskTemplatesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per page.
It is not expected that you set this.
maxResults - The maximum number of results to return per page. It is not expected that you set this.
ListTaskTemplatesRequest.Builder status(String status)
Marks a template as ACTIVE or INACTIVE for a task to refer to it. Tasks can only be
created from ACTIVE templates. If a template is marked as INACTIVE, then a task
that refers to this template cannot be created.
status - Marks a template as ACTIVE or INACTIVE for a task to refer to it. Tasks can
only be created from ACTIVE templates. If a template is marked as INACTIVE,
then a task that refers to this template cannot be created.TaskTemplateStatus,
TaskTemplateStatusListTaskTemplatesRequest.Builder status(TaskTemplateStatus status)
Marks a template as ACTIVE or INACTIVE for a task to refer to it. Tasks can only be
created from ACTIVE templates. If a template is marked as INACTIVE, then a task
that refers to this template cannot be created.
status - Marks a template as ACTIVE or INACTIVE for a task to refer to it. Tasks can
only be created from ACTIVE templates. If a template is marked as INACTIVE,
then a task that refers to this template cannot be created.TaskTemplateStatus,
TaskTemplateStatusListTaskTemplatesRequest.Builder name(String name)
The name of the task template.
name - The name of the task template.ListTaskTemplatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTaskTemplatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.