public static interface PromptSummary.Builder extends SdkPojo, CopyableBuilder<PromptSummary.Builder,PromptSummary>
| Modifier and Type | Method and Description |
|---|---|
PromptSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the prompt.
|
PromptSummary.Builder |
id(String id)
The identifier of the prompt.
|
PromptSummary.Builder |
name(String name)
The name of the prompt.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPromptSummary.Builder id(String id)
The identifier of the prompt.
id - The identifier of the prompt.PromptSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the prompt.
arn - The Amazon Resource Name (ARN) of the prompt.PromptSummary.Builder name(String name)
The name of the prompt.
name - The name of the prompt.Copyright © 2021. All rights reserved.