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