Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.PrepareAgentResponse.Builder
Packages that use PrepareAgentResponse.Builder
-
Uses of PrepareAgentResponse.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return PrepareAgentResponse.BuilderModifier and TypeMethodDescriptionThe unique identifier of the agent for which theDRAFTversion was created.PrepareAgentResponse.Builder.agentStatus(String agentStatus) The status of theDRAFTversion and whether it is ready for use.PrepareAgentResponse.Builder.agentStatus(AgentStatus agentStatus) The status of theDRAFTversion and whether it is ready for use.PrepareAgentResponse.Builder.agentVersion(String agentVersion) The version of the agent.static PrepareAgentResponse.BuilderPrepareAgentResponse.builder()PrepareAgentResponse.Builder.preparedAt(Instant preparedAt) The time at which theDRAFTversion of the agent was last prepared.PrepareAgentResponse.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type PrepareAgentResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PrepareAgentResponse.Builder>PrepareAgentResponse.serializableBuilderClass()