CreatePromptResponse.Builder |
CreatePromptResponse.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the prompt.
|
static CreatePromptResponse.Builder |
CreatePromptResponse.builder() |
|
CreatePromptResponse.Builder |
CreatePromptResponse.Builder.createdAt(Instant createdAt) |
The time at which the prompt was created.
|
CreatePromptResponse.Builder |
CreatePromptResponse.Builder.customerEncryptionKeyArn(String customerEncryptionKeyArn) |
The Amazon Resource Name (ARN) of the KMS key that you encrypted the prompt with.
|
CreatePromptResponse.Builder |
CreatePromptResponse.Builder.defaultVariant(String defaultVariant) |
The name of the default variant for your prompt.
|
CreatePromptResponse.Builder |
CreatePromptResponse.Builder.description(String description) |
The description of the prompt.
|
CreatePromptResponse.Builder |
CreatePromptResponse.Builder.id(String id) |
The unique identifier of the prompt.
|
CreatePromptResponse.Builder |
CreatePromptResponse.Builder.name(String name) |
The name of the prompt.
|
CreatePromptResponse.Builder |
CreatePromptResponse.toBuilder() |
|
CreatePromptResponse.Builder |
CreatePromptResponse.Builder.updatedAt(Instant updatedAt) |
The time at which the prompt was last updated.
|
CreatePromptResponse.Builder |
CreatePromptResponse.Builder.variants(Collection<PromptVariant> variants) |
A list of objects, each containing details about a variant of the prompt.
|
CreatePromptResponse.Builder |
CreatePromptResponse.Builder.variants(Consumer<PromptVariant.Builder>... variants) |
A list of objects, each containing details about a variant of the prompt.
|
CreatePromptResponse.Builder |
CreatePromptResponse.Builder.variants(PromptVariant... variants) |
A list of objects, each containing details about a variant of the prompt.
|
CreatePromptResponse.Builder |
CreatePromptResponse.Builder.version(String version) |
The version of the prompt.
|