@Stability(value=Deprecated) @Deprecated public static final class CfnModelV2.Builder extends Object implements software.amazon.jsii.Builder<CfnModelV2>
CfnModelV2.| Modifier and Type | Method and Description |
|---|---|
CfnModelV2.Builder |
apiId(String apiId)
Deprecated.
|
CfnModelV2 |
build()
Deprecated.
|
CfnModelV2.Builder |
contentType(String contentType)
Deprecated.
|
static CfnModelV2.Builder |
create(Construct scope,
String id)
Deprecated.
|
CfnModelV2.Builder |
description(String description)
Deprecated.
|
CfnModelV2.Builder |
name(String name)
Deprecated.
|
CfnModelV2.Builder |
schema(Object schema)
Deprecated.
|
@Stability(value=Deprecated) @Deprecated public static CfnModelV2.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnModelV2.Builder.@Stability(value=Deprecated) @Deprecated public CfnModelV2.Builder apiId(String apiId)
apiId - `AWS::ApiGatewayV2::Model.ApiId`. This parameter is required.this@Stability(value=Deprecated) @Deprecated public CfnModelV2.Builder name(String name)
name - `AWS::ApiGatewayV2::Model.Name`. This parameter is required.this@Stability(value=Deprecated) @Deprecated public CfnModelV2.Builder schema(Object schema)
schema - `AWS::ApiGatewayV2::Model.Schema`. This parameter is required.this@Stability(value=Deprecated) @Deprecated public CfnModelV2.Builder contentType(String contentType)
contentType - `AWS::ApiGatewayV2::Model.ContentType`. This parameter is required.this@Stability(value=Deprecated) @Deprecated public CfnModelV2.Builder description(String description)
description - `AWS::ApiGatewayV2::Model.Description`. This parameter is required.this@Stability(value=Deprecated) @Deprecated public CfnModelV2 build()
build in interface software.amazon.jsii.Builder<CfnModelV2>Copyright © 2022. All rights reserved.