@Stability(value=Experimental) public static final class GraphqlApiAttributes.Builder extends Object implements software.amazon.jsii.Builder<GraphqlApiAttributes>
GraphqlApiAttributes| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
GraphqlApiAttributes |
build()
Builds the configured instance.
|
GraphqlApiAttributes.Builder |
graphqlApiArn(String graphqlApiArn)
Sets the value of
GraphqlApiAttributes.getGraphqlApiArn() |
GraphqlApiAttributes.Builder |
graphqlApiId(String graphqlApiId)
Sets the value of
GraphqlApiAttributes.getGraphqlApiId() |
@Stability(value=Experimental) public GraphqlApiAttributes.Builder graphqlApiId(String graphqlApiId)
GraphqlApiAttributes.getGraphqlApiId()graphqlApiId - an unique AWS AppSync GraphQL API identifier i.e. 'lxz775lwdrgcndgz3nurvac7oa'. This parameter is required.this@Stability(value=Experimental) public GraphqlApiAttributes.Builder graphqlApiArn(String graphqlApiArn)
GraphqlApiAttributes.getGraphqlApiArn()graphqlApiArn - the arn for the GraphQL Api.this@Stability(value=Experimental) public GraphqlApiAttributes build()
build in interface software.amazon.jsii.Builder<GraphqlApiAttributes>GraphqlApiAttributesNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.