public static interface CreatePromptRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<CreatePromptRequest.Builder,CreatePromptRequest>
| Modifier and Type | Method and Description |
|---|---|
CreatePromptRequest.Builder |
description(String description)
The description of the prompt.
|
CreatePromptRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
CreatePromptRequest.Builder |
name(String name)
The name of the prompt.
|
CreatePromptRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreatePromptRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreatePromptRequest.Builder |
s3Uri(String s3Uri)
The URI for the S3 bucket where the prompt is stored.
|
CreatePromptRequest.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreatePromptRequest.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.CreatePromptRequest.Builder name(String name)
The name of the prompt.
name - The name of the prompt.CreatePromptRequest.Builder description(String description)
The description of the prompt.
description - The description of the prompt.CreatePromptRequest.Builder s3Uri(String s3Uri)
The URI for the S3 bucket where the prompt is stored.
s3Uri - The URI for the S3 bucket where the prompt is stored.CreatePromptRequest.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
tags - The tags used to organize, track, or control access for this resource. For example, { "tags":
{"key1":"value1", "key2":"value2"} }.CreatePromptRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreatePromptRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.