Interface PrepareAgentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentResponse.Builder,Buildable,CopyableBuilder<PrepareAgentResponse.Builder,PrepareAgentResponse>,SdkBuilder<PrepareAgentResponse.Builder,PrepareAgentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- PrepareAgentResponse
public static interface PrepareAgentResponse.Builder extends BedrockAgentResponse.Builder, SdkPojo, CopyableBuilder<PrepareAgentResponse.Builder,PrepareAgentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrepareAgentResponse.BuilderagentId(String agentId)The unique identifier of the agent for which theDRAFTversion was created.PrepareAgentResponse.BuilderagentStatus(String agentStatus)The status of theDRAFTversion and whether it is ready for use.PrepareAgentResponse.BuilderagentStatus(AgentStatus agentStatus)The status of theDRAFTversion and whether it is ready for use.PrepareAgentResponse.BuilderagentVersion(String agentVersion)The version of the agent.PrepareAgentResponse.BuilderpreparedAt(Instant preparedAt)The time at which theDRAFTversion of the agent was last prepared.-
Methods inherited from interface software.amazon.awssdk.services.bedrockagent.model.BedrockAgentResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
agentId
PrepareAgentResponse.Builder agentId(String agentId)
The unique identifier of the agent for which the
DRAFTversion was created.- Parameters:
agentId- The unique identifier of the agent for which theDRAFTversion was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentStatus
PrepareAgentResponse.Builder agentStatus(String agentStatus)
The status of the
DRAFTversion and whether it is ready for use.- Parameters:
agentStatus- The status of theDRAFTversion and whether it is ready for use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AgentStatus,AgentStatus
-
agentStatus
PrepareAgentResponse.Builder agentStatus(AgentStatus agentStatus)
The status of the
DRAFTversion and whether it is ready for use.- Parameters:
agentStatus- The status of theDRAFTversion and whether it is ready for use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AgentStatus,AgentStatus
-
agentVersion
PrepareAgentResponse.Builder agentVersion(String agentVersion)
The version of the agent.
- Parameters:
agentVersion- The version of the agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
preparedAt
PrepareAgentResponse.Builder preparedAt(Instant preparedAt)
The time at which the
DRAFTversion of the agent was last prepared.- Parameters:
preparedAt- The time at which theDRAFTversion of the agent was last prepared.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-