Uses of Interface
software.amazon.awssdk.services.connect.model.Prompt.Builder
-
Packages that use Prompt.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of Prompt.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return Prompt.Builder Modifier and Type Method Description static Prompt.BuilderPrompt. builder()Prompt.BuilderPrompt.Builder. description(String description)The description of the prompt.Prompt.BuilderPrompt.Builder. lastModifiedRegion(String lastModifiedRegion)The Amazon Web Services Region where this resource was last modified.Prompt.BuilderPrompt.Builder. lastModifiedTime(Instant lastModifiedTime)The timestamp when this resource was last modified.Prompt.BuilderPrompt.Builder. name(String name)The name of the prompt.Prompt.BuilderPrompt.Builder. promptARN(String promptARN)The Amazon Resource Name (ARN) of the prompt.Prompt.BuilderPrompt.Builder. promptId(String promptId)A unique identifier for the prompt.Prompt.BuilderPrompt.Builder. tags(Map<String,String> tags)The tags used to organize, track, or control access for this resource.Prompt.BuilderPrompt. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type Prompt.Builder Modifier and Type Method Description static Class<? extends Prompt.Builder>Prompt. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type Prompt.Builder Modifier and Type Method Description default DescribePromptResponse.BuilderDescribePromptResponse.Builder. prompt(Consumer<Prompt.Builder> prompt)Information about the prompt.
-