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