Class CfnAgentAliasPropsMixin.AgentAliasHistoryEventProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnAgentAliasPropsMixin.AgentAliasHistoryEventProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAgentAliasPropsMixin.AgentAliasHistoryEventProperty>
- Enclosing interface:
CfnAgentAliasPropsMixin.AgentAliasHistoryEventProperty
@Stability(Stable)
public static final class CfnAgentAliasPropsMixin.AgentAliasHistoryEventProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAgentAliasPropsMixin.AgentAliasHistoryEventProperty>
A builder for
CfnAgentAliasPropsMixin.AgentAliasHistoryEventProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnAgentAliasPropsMixin.AgentAliasHistoryEventProperty.getEndDate()routingConfiguration(List<? extends Object> routingConfiguration) routingConfiguration(IResolvable routingConfiguration) Sets the value ofCfnAgentAliasPropsMixin.AgentAliasHistoryEventProperty.getStartDate()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
endDate
@Stability(Stable) public CfnAgentAliasPropsMixin.AgentAliasHistoryEventProperty.Builder endDate(String endDate) Sets the value ofCfnAgentAliasPropsMixin.AgentAliasHistoryEventProperty.getEndDate()- Parameters:
endDate- The date that the alias stopped being associated to the version in theroutingConfigurationobject.- Returns:
this
-
routingConfiguration
@Stability(Stable) public CfnAgentAliasPropsMixin.AgentAliasHistoryEventProperty.Builder routingConfiguration(IResolvable routingConfiguration) - Parameters:
routingConfiguration- Contains details about the version of the agent with which the alias is associated.- Returns:
this
-
routingConfiguration
@Stability(Stable) public CfnAgentAliasPropsMixin.AgentAliasHistoryEventProperty.Builder routingConfiguration(List<? extends Object> routingConfiguration) - Parameters:
routingConfiguration- Contains details about the version of the agent with which the alias is associated.- Returns:
this
-
startDate
@Stability(Stable) public CfnAgentAliasPropsMixin.AgentAliasHistoryEventProperty.Builder startDate(String startDate) Sets the value ofCfnAgentAliasPropsMixin.AgentAliasHistoryEventProperty.getStartDate()- Parameters:
startDate- The date that the alias began being associated to the version in theroutingConfigurationobject.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAgentAliasPropsMixin.AgentAliasHistoryEventProperty>- Returns:
- a new instance of
CfnAgentAliasPropsMixin.AgentAliasHistoryEventProperty - Throws:
NullPointerException- if any required attribute was not provided
-