Class CfnGatewayTargetPropsMixin.StickinessConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnGatewayTargetPropsMixin.StickinessConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGatewayTargetPropsMixin.StickinessConfigurationProperty>
- Enclosing interface:
CfnGatewayTargetPropsMixin.StickinessConfigurationProperty
@Stability(Stable)
public static final class CfnGatewayTargetPropsMixin.StickinessConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGatewayTargetPropsMixin.StickinessConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.identifier(String identifier) Sets the value ofCfnGatewayTargetPropsMixin.StickinessConfigurationProperty.getTimeout()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
identifier
@Stability(Stable) public CfnGatewayTargetPropsMixin.StickinessConfigurationProperty.Builder identifier(String identifier) - Parameters:
identifier- the value to be set.- Returns:
this
-
timeout
@Stability(Stable) public CfnGatewayTargetPropsMixin.StickinessConfigurationProperty.Builder timeout(Number timeout) Sets the value ofCfnGatewayTargetPropsMixin.StickinessConfigurationProperty.getTimeout()- Parameters:
timeout- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGatewayTargetPropsMixin.StickinessConfigurationProperty>- Returns:
- a new instance of
CfnGatewayTargetPropsMixin.StickinessConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-