Interface AgentAliasSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AgentAliasSummary.Builder,AgentAliasSummary>,SdkBuilder<AgentAliasSummary.Builder,AgentAliasSummary>,SdkPojo
- Enclosing class:
- AgentAliasSummary
public static interface AgentAliasSummary.Builder extends SdkPojo, CopyableBuilder<AgentAliasSummary.Builder,AgentAliasSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentAliasSummary.BuilderagentAliasId(String agentAliasId)Contains details aboutAgentAliasSummary.BuilderagentAliasName(String agentAliasName)The name of the alias.AgentAliasSummary.BuilderagentAliasStatus(String agentAliasStatus)The status of the alias.AgentAliasSummary.BuilderagentAliasStatus(AgentAliasStatus agentAliasStatus)The status of the alias.AgentAliasSummary.BuildercreatedAt(Instant createdAt)The time at which the alias of the agent was created.AgentAliasSummary.Builderdescription(String description)The description of the alias.AgentAliasSummary.BuilderroutingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration)Contains details about the version of the agent with which the alias is associated.AgentAliasSummary.BuilderroutingConfiguration(Consumer<AgentAliasRoutingConfigurationListItem.Builder>... routingConfiguration)Contains details about the version of the agent with which the alias is associated.AgentAliasSummary.BuilderroutingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration)Contains details about the version of the agent with which the alias is associated.AgentAliasSummary.BuilderupdatedAt(Instant updatedAt)The time at which the alias was last updated.-
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
-
-
-
-
Method Detail
-
agentAliasId
AgentAliasSummary.Builder agentAliasId(String agentAliasId)
Contains details about
- Parameters:
agentAliasId- Contains details about- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentAliasName
AgentAliasSummary.Builder agentAliasName(String agentAliasName)
The name of the alias.
- Parameters:
agentAliasName- The name of the alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentAliasStatus
AgentAliasSummary.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
AgentAliasSummary.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
-
createdAt
AgentAliasSummary.Builder createdAt(Instant createdAt)
The time at which the alias of the agent was created.
- Parameters:
createdAt- The time at which the alias of the agent was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
AgentAliasSummary.Builder description(String description)
The description of the alias.
- Parameters:
description- The description of the alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingConfiguration
AgentAliasSummary.Builder routingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration)
Contains details about the version of the agent with which the alias is associated.
- Parameters:
routingConfiguration- Contains details about the version of the agent with which the alias is associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingConfiguration
AgentAliasSummary.Builder routingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration)
Contains details about the version of the agent with which the alias is associated.
- Parameters:
routingConfiguration- Contains details about the version of the agent with which the alias is associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingConfiguration
AgentAliasSummary.Builder routingConfiguration(Consumer<AgentAliasRoutingConfigurationListItem.Builder>... routingConfiguration)
Contains details about the version of the agent with which the alias is associated.
This is a convenience method that creates an instance of theAgentAliasRoutingConfigurationListItem.Builderavoiding the need to create one manually viaAgentAliasRoutingConfigurationListItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#routingConfiguration(List.) - Parameters:
routingConfiguration- a consumer that will call methods onAgentAliasRoutingConfigurationListItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#routingConfiguration(java.util.Collection)
-
updatedAt
AgentAliasSummary.Builder updatedAt(Instant updatedAt)
The time at which the alias was last updated.
- Parameters:
updatedAt- The time at which the alias was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-