@Stability(value=Stable) public static final class CfnGraphQLSchema.Builder extends Object implements software.amazon.jsii.Builder<CfnGraphQLSchema>
CfnGraphQLSchema.| Modifier and Type | Method and Description |
|---|---|
CfnGraphQLSchema.Builder |
apiId(String apiId)
`AWS::AppSync::GraphQLSchema.ApiId`.
|
CfnGraphQLSchema |
build() |
static CfnGraphQLSchema.Builder |
create(software.constructs.Construct scope,
String id) |
CfnGraphQLSchema.Builder |
definition(String definition)
`AWS::AppSync::GraphQLSchema.Definition`.
|
CfnGraphQLSchema.Builder |
definitionS3Location(String definitionS3Location)
`AWS::AppSync::GraphQLSchema.DefinitionS3Location`.
|
@Stability(value=Stable) public static CfnGraphQLSchema.Builder create(software.constructs.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.CfnGraphQLSchema.Builder.@Stability(value=Stable) public CfnGraphQLSchema.Builder apiId(String apiId)
apiId - `AWS::AppSync::GraphQLSchema.ApiId`. This parameter is required.this@Stability(value=Stable) public CfnGraphQLSchema.Builder definition(String definition)
definition - `AWS::AppSync::GraphQLSchema.Definition`. This parameter is required.this@Stability(value=Stable) public CfnGraphQLSchema.Builder definitionS3Location(String definitionS3Location)
definitionS3Location - `AWS::AppSync::GraphQLSchema.DefinitionS3Location`. This parameter is required.this@Stability(value=Stable) public CfnGraphQLSchema build()
build in interface software.amazon.jsii.Builder<CfnGraphQLSchema>Copyright © 2021. All rights reserved.