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 |
lastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
|
PromptSummary.Builder |
lastModifiedTime(Instant lastModifiedTime)
The timestamp when this resource was last modified.
|
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.PromptSummary.Builder lastModifiedTime(Instant lastModifiedTime)
The timestamp when this resource was last modified.
lastModifiedTime - The timestamp when this resource was last modified.PromptSummary.Builder lastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
lastModifiedRegion - The Amazon Web Services Region where this resource was last modified.Copyright © 2023. All rights reserved.