| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static Prompt.Builder |
Prompt.builder() |
Prompt.Builder |
Prompt.Builder.description(String description)
The description of the prompt.
|
Prompt.Builder |
Prompt.Builder.name(String name)
The name of the prompt.
|
Prompt.Builder |
Prompt.Builder.promptARN(String promptARN)
The Amazon Resource Name (ARN) of the prompt.
|
Prompt.Builder |
Prompt.Builder.promptId(String promptId)
A unique identifier for the prompt.
|
Prompt.Builder |
Prompt.Builder.tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
Prompt.Builder |
Prompt.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Prompt.Builder> |
Prompt.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribePromptResponse.Builder |
DescribePromptResponse.Builder.prompt(Consumer<Prompt.Builder> prompt)
Information about the prompt.
|
Copyright © 2023. All rights reserved.