public static interface UpdatePromptRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdatePromptRequest.Builder,UpdatePromptRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdatePromptRequest.Builder |
description(String description)
A description of the prompt.
|
UpdatePromptRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
UpdatePromptRequest.Builder |
name(String name)
The name of the prompt.
|
UpdatePromptRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdatePromptRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdatePromptRequest.Builder |
promptId(String promptId)
A unique identifier for the prompt.
|
UpdatePromptRequest.Builder |
s3Uri(String s3Uri)
The URI for the S3 bucket where the prompt is stored.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePromptRequest.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.UpdatePromptRequest.Builder promptId(String promptId)
A unique identifier for the prompt.
promptId - A unique identifier for the prompt.UpdatePromptRequest.Builder name(String name)
The name of the prompt.
name - The name of the prompt.UpdatePromptRequest.Builder description(String description)
A description of the prompt.
description - A description of the prompt.UpdatePromptRequest.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.UpdatePromptRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdatePromptRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.