public static interface GetTaskTemplateRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<GetTaskTemplateRequest.Builder,GetTaskTemplateRequest>
| Modifier and Type | Method and Description |
|---|---|
GetTaskTemplateRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
GetTaskTemplateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetTaskTemplateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetTaskTemplateRequest.Builder |
snapshotVersion(String snapshotVersion)
The system generated version of a task template that is associated with a task, when the task is created.
|
GetTaskTemplateRequest.Builder |
taskTemplateId(String taskTemplateId)
A unique identifier for the task template.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTaskTemplateRequest.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.GetTaskTemplateRequest.Builder taskTemplateId(String taskTemplateId)
A unique identifier for the task template.
taskTemplateId - A unique identifier for the task template.GetTaskTemplateRequest.Builder snapshotVersion(String snapshotVersion)
The system generated version of a task template that is associated with a task, when the task is created.
snapshotVersion - The system generated version of a task template that is associated with a task, when the task is
created.GetTaskTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetTaskTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.