Interface AgentAliasHistoryEvent.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AgentAliasHistoryEvent.Builder,AgentAliasHistoryEvent>,SdkBuilder<AgentAliasHistoryEvent.Builder,AgentAliasHistoryEvent>,SdkPojo
- Enclosing class:
- AgentAliasHistoryEvent
public static interface AgentAliasHistoryEvent.Builder extends SdkPojo, CopyableBuilder<AgentAliasHistoryEvent.Builder,AgentAliasHistoryEvent>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentAliasHistoryEvent.BuilderendDate(Instant endDate)Sets the value of the EndDate property for this object.AgentAliasHistoryEvent.BuilderroutingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration)Sets the value of the RoutingConfiguration property for this object.AgentAliasHistoryEvent.BuilderroutingConfiguration(Consumer<AgentAliasRoutingConfigurationListItem.Builder>... routingConfiguration)Sets the value of the RoutingConfiguration property for this object.AgentAliasHistoryEvent.BuilderroutingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration)Sets the value of the RoutingConfiguration property for this object.AgentAliasHistoryEvent.BuilderstartDate(Instant startDate)Sets the value of the StartDate property for this object.-
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
-
routingConfiguration
AgentAliasHistoryEvent.Builder routingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration)
Sets the value of the RoutingConfiguration property for this object.- Parameters:
routingConfiguration- The new value for the RoutingConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingConfiguration
AgentAliasHistoryEvent.Builder routingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration)
Sets the value of the RoutingConfiguration property for this object.- Parameters:
routingConfiguration- The new value for the RoutingConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingConfiguration
AgentAliasHistoryEvent.Builder routingConfiguration(Consumer<AgentAliasRoutingConfigurationListItem.Builder>... routingConfiguration)
Sets the value of the RoutingConfiguration property for this object. 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)
-
endDate
AgentAliasHistoryEvent.Builder endDate(Instant endDate)
Sets the value of the EndDate property for this object.- Parameters:
endDate- The new value for the EndDate property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startDate
AgentAliasHistoryEvent.Builder startDate(Instant startDate)
Sets the value of the StartDate property for this object.- Parameters:
startDate- The new value for the StartDate property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-