Interface DeleteAgentResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockAgentResponse.Builder
,Buildable
,CopyableBuilder<DeleteAgentResponse.Builder,
,DeleteAgentResponse> SdkBuilder<DeleteAgentResponse.Builder,
,DeleteAgentResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeleteAgentResponse
@Mutable
@NotThreadSafe
public static interface DeleteAgentResponse.Builder
extends BedrockAgentResponse.Builder, SdkPojo, CopyableBuilder<DeleteAgentResponse.Builder,DeleteAgentResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the agent that was deleted.agentStatus
(String agentStatus) The status of the agent.agentStatus
(AgentStatus agentStatus) The status of the agent.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
agentId
The unique identifier of the agent that was deleted.
- Parameters:
agentId
- The unique identifier of the agent that was deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentStatus
The status of the agent.
- Parameters:
agentStatus
- The status of the agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
agentStatus
The status of the agent.
- Parameters:
agentStatus
- The status of the agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-