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)Sets the value of the AgentId property for this object.PrepareAgentResponse.BuilderagentStatus(String agentStatus)Sets the value of the AgentStatus property for this object.PrepareAgentResponse.BuilderagentStatus(AgentStatus agentStatus)Sets the value of the AgentStatus property for this object.PrepareAgentResponse.BuilderagentVersion(String agentVersion)Sets the value of the AgentVersion property for this object.PrepareAgentResponse.BuilderpreparedAt(Instant preparedAt)Sets the value of the PreparedAt property for this object.-
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)
Sets the value of the AgentId property for this object.- Parameters:
agentId- The new value for the AgentId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentStatus
PrepareAgentResponse.Builder agentStatus(String agentStatus)
Sets the value of the AgentStatus property for this object.- Parameters:
agentStatus- The new value for the AgentStatus property for this object.- 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)
Sets the value of the AgentStatus property for this object.- Parameters:
agentStatus- The new value for the AgentStatus property for this object.- 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)
Sets the value of the AgentVersion property for this object.- Parameters:
agentVersion- The new value for the AgentVersion property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
preparedAt
PrepareAgentResponse.Builder preparedAt(Instant preparedAt)
Sets the value of the PreparedAt property for this object.- Parameters:
preparedAt- The new value for the PreparedAt property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-