Interface AgentAliasRoutingConfigurationListItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AgentAliasRoutingConfigurationListItem.Builder,
,AgentAliasRoutingConfigurationListItem> SdkBuilder<AgentAliasRoutingConfigurationListItem.Builder,
,AgentAliasRoutingConfigurationListItem> SdkPojo
- Enclosing class:
AgentAliasRoutingConfigurationListItem
@Mutable
@NotThreadSafe
public static interface AgentAliasRoutingConfigurationListItem.Builder
extends SdkPojo, CopyableBuilder<AgentAliasRoutingConfigurationListItem.Builder,AgentAliasRoutingConfigurationListItem>
-
Method Summary
Modifier and TypeMethodDescriptionagentVersion
(String agentVersion) The version of the agent with which the alias is associated.provisionedThroughput
(String provisionedThroughput) Information on the Provisioned Throughput assigned to an agent alias.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
-
Method Details
-
agentVersion
The version of the agent with which the alias is associated.
- Parameters:
agentVersion
- 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.
-
provisionedThroughput
Information on the Provisioned Throughput assigned to an agent alias.
- Parameters:
provisionedThroughput
- Information on the Provisioned Throughput assigned to an agent alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-