Class CfnGatewayTargetPropsMixin.ApiSchemaConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnGatewayTargetPropsMixin.ApiSchemaConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGatewayTargetPropsMixin.ApiSchemaConfigurationProperty>
- Enclosing interface:
CfnGatewayTargetPropsMixin.ApiSchemaConfigurationProperty
@Stability(Stable)
public static final class CfnGatewayTargetPropsMixin.ApiSchemaConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGatewayTargetPropsMixin.ApiSchemaConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.inlinePayload(String inlinePayload) Sets the value ofCfnGatewayTargetPropsMixin.ApiSchemaConfigurationProperty.getS3()s3(IResolvable s3) Sets the value ofCfnGatewayTargetPropsMixin.ApiSchemaConfigurationProperty.getS3()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
inlinePayload
@Stability(Stable) public CfnGatewayTargetPropsMixin.ApiSchemaConfigurationProperty.Builder inlinePayload(String inlinePayload) - Parameters:
inlinePayload- The inline payload for the gateway.- Returns:
this
-
s3
@Stability(Stable) public CfnGatewayTargetPropsMixin.ApiSchemaConfigurationProperty.Builder s3(IResolvable s3) Sets the value ofCfnGatewayTargetPropsMixin.ApiSchemaConfigurationProperty.getS3()- Parameters:
s3- The API schema configuration.- Returns:
this
-
s3
@Stability(Stable) public CfnGatewayTargetPropsMixin.ApiSchemaConfigurationProperty.Builder s3(CfnGatewayTargetPropsMixin.S3ConfigurationProperty s3) Sets the value ofCfnGatewayTargetPropsMixin.ApiSchemaConfigurationProperty.getS3()- Parameters:
s3- The API schema configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGatewayTargetPropsMixin.ApiSchemaConfigurationProperty>- Returns:
- a new instance of
CfnGatewayTargetPropsMixin.ApiSchemaConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-