public static interface Prompt.Builder extends SdkPojo, CopyableBuilder<Prompt.Builder,Prompt>
| Modifier and Type | Method and Description |
|---|---|
Prompt.Builder |
description(String description)
A description for the prompt.
|
Prompt.Builder |
name(String name)
The name of the prompt.
|
Prompt.Builder |
promptARN(String promptARN)
The Amazon Resource Name (ARN) of the prompt.
|
Prompt.Builder |
promptId(String promptId)
A unique identifier for the prompt.
|
Prompt.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPrompt.Builder promptARN(String promptARN)
The Amazon Resource Name (ARN) of the prompt.
promptARN - The Amazon Resource Name (ARN) of the prompt.Prompt.Builder promptId(String promptId)
A unique identifier for the prompt.
promptId - A unique identifier for the prompt.Prompt.Builder name(String name)
The name of the prompt.
name - The name of the prompt.Prompt.Builder description(String description)
A description for the prompt.
description - A description for the prompt.Prompt.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"} }.Copyright © 2023. All rights reserved.