| Package | Description |
|---|---|
| software.amazon.awscdk.services.appsync |
AWS AppSync Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static ObjectType.Builder |
ObjectType.Builder.create(String name) |
ObjectType.Builder |
ObjectType.Builder.definition(Map<String,? extends IField> definition)
(experimental) the attributes of this type.
|
ObjectType.Builder |
ObjectType.Builder.directives(List<? extends Directive> directives)
(experimental) the directives for this object type.
|
ObjectType.Builder |
ObjectType.Builder.interfaceTypes(List<? extends InterfaceType> interfaceTypes)
(experimental) The Interface Types this Object Type implements.
|
Copyright © 2022. All rights reserved.