Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.PromptSummary.Builder
-
Packages that use PromptSummary.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of PromptSummary.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return PromptSummary.Builder Modifier and Type Method Description PromptSummary.BuilderPromptSummary.Builder. arn(String arn)The Amazon Resource Name (ARN) of the prompt or the prompt version (if you specified a version in the request).static PromptSummary.BuilderPromptSummary. builder()PromptSummary.BuilderPromptSummary.Builder. createdAt(Instant createdAt)The time at which the prompt was created.PromptSummary.BuilderPromptSummary.Builder. description(String description)The description of the prompt.PromptSummary.BuilderPromptSummary.Builder. id(String id)The unique identifier of the prompt.PromptSummary.BuilderPromptSummary.Builder. name(String name)The name of the prompt.PromptSummary.BuilderPromptSummary. toBuilder()PromptSummary.BuilderPromptSummary.Builder. updatedAt(Instant updatedAt)The time at which the prompt was last updated.PromptSummary.BuilderPromptSummary.Builder. version(String version)The version of the prompt that this summary applies to.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type PromptSummary.Builder Modifier and Type Method Description static Class<? extends PromptSummary.Builder>PromptSummary. serializableBuilderClass()
-