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 Details

    • 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

      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:
    • 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.