AgentAlias.Builder |
AgentAlias.Builder.agentAliasArn(String agentAliasArn) |
The Amazon Resource Name (ARN) of the alias of the agent.
|
AgentAlias.Builder |
AgentAlias.Builder.agentAliasHistoryEvents(Collection<AgentAliasHistoryEvent> agentAliasHistoryEvents) |
Contains details about the history of the alias.
|
AgentAlias.Builder |
AgentAlias.Builder.agentAliasHistoryEvents(Consumer<AgentAliasHistoryEvent.Builder>... agentAliasHistoryEvents) |
Contains details about the history of the alias.
|
AgentAlias.Builder |
AgentAlias.Builder.agentAliasHistoryEvents(AgentAliasHistoryEvent... agentAliasHistoryEvents) |
Contains details about the history of the alias.
|
AgentAlias.Builder |
AgentAlias.Builder.agentAliasId(String agentAliasId) |
The unique identifier of the alias of the agent.
|
AgentAlias.Builder |
AgentAlias.Builder.agentAliasName(String agentAliasName) |
The name of the alias of the agent.
|
AgentAlias.Builder |
AgentAlias.Builder.agentAliasStatus(String agentAliasStatus) |
The status of the alias of the agent and whether it is ready for use.
|
AgentAlias.Builder |
AgentAlias.Builder.agentAliasStatus(AgentAliasStatus agentAliasStatus) |
The status of the alias of the agent and whether it is ready for use.
|
AgentAlias.Builder |
AgentAlias.Builder.agentId(String agentId) |
The unique identifier of the agent.
|
static AgentAlias.Builder |
AgentAlias.builder() |
|
AgentAlias.Builder |
AgentAlias.Builder.clientToken(String clientToken) |
A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
|
AgentAlias.Builder |
AgentAlias.Builder.createdAt(Instant createdAt) |
The time at which the alias of the agent was created.
|
AgentAlias.Builder |
AgentAlias.Builder.description(String description) |
The description of the alias of the agent.
|
AgentAlias.Builder |
AgentAlias.Builder.routingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration) |
Contains details about the routing configuration of the alias.
|
AgentAlias.Builder |
AgentAlias.Builder.routingConfiguration(Consumer<AgentAliasRoutingConfigurationListItem.Builder>... routingConfiguration) |
Contains details about the routing configuration of the alias.
|
AgentAlias.Builder |
AgentAlias.Builder.routingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration) |
Contains details about the routing configuration of the alias.
|
AgentAlias.Builder |
AgentAlias.toBuilder() |
|
AgentAlias.Builder |
AgentAlias.Builder.updatedAt(Instant updatedAt) |
The time at which the alias was last updated.
|