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