Interface DeleteAgentAliasResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentResponse.Builder,Buildable,CopyableBuilder<DeleteAgentAliasResponse.Builder,DeleteAgentAliasResponse>,SdkBuilder<DeleteAgentAliasResponse.Builder,DeleteAgentAliasResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteAgentAliasResponse
public static interface DeleteAgentAliasResponse.Builder extends BedrockAgentResponse.Builder, SdkPojo, CopyableBuilder<DeleteAgentAliasResponse.Builder,DeleteAgentAliasResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteAgentAliasResponse.BuilderagentAliasId(String agentAliasId)The unique identifier of the alias that was deleted.DeleteAgentAliasResponse.BuilderagentAliasStatus(String agentAliasStatus)The status of the alias.DeleteAgentAliasResponse.BuilderagentAliasStatus(AgentAliasStatus agentAliasStatus)The status of the alias.DeleteAgentAliasResponse.BuilderagentId(String agentId)The unique identifier of the agent that the alias belongs to.-
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
-
agentAliasId
DeleteAgentAliasResponse.Builder agentAliasId(String agentAliasId)
The unique identifier of the alias that was deleted.
- Parameters:
agentAliasId- The unique identifier of the alias that was deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentAliasStatus
DeleteAgentAliasResponse.Builder agentAliasStatus(String agentAliasStatus)
The status of the alias.
- Parameters:
agentAliasStatus- The status of the alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AgentAliasStatus,AgentAliasStatus
-
agentAliasStatus
DeleteAgentAliasResponse.Builder agentAliasStatus(AgentAliasStatus agentAliasStatus)
The status of the alias.
- Parameters:
agentAliasStatus- The status of the alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AgentAliasStatus,AgentAliasStatus
-
agentId
DeleteAgentAliasResponse.Builder agentId(String agentId)
The unique identifier of the agent that the alias belongs to.
- Parameters:
agentId- The unique identifier of the agent that the alias belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-