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