@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:24.832Z") @Stability(value=Experimental) public interface GraphqlTypeOptions extends software.amazon.jsii.JsiiSerializable, BaseTypeOptions
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.appsync.*;
IIntermediateType intermediateType;
GraphqlTypeOptions graphqlTypeOptions = GraphqlTypeOptions.builder()
.intermediateType(intermediateType)
.isList(false)
.isRequired(false)
.isRequiredList(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
GraphqlTypeOptions.Builder
A builder for
GraphqlTypeOptions |
static class |
GraphqlTypeOptions.Jsii$Proxy
An implementation for
GraphqlTypeOptions |
| Modifier and Type | Method and Description |
|---|---|
static GraphqlTypeOptions.Builder |
builder() |
default IIntermediateType |
getIntermediateType()
(experimental) the intermediate type linked to this attribute.
|
getIsList, getIsRequired, getIsRequiredList@Stability(value=Experimental) @Nullable default IIntermediateType getIntermediateType()
Default: - no intermediate type
@Stability(value=Experimental) static GraphqlTypeOptions.Builder builder()
builder in interface BaseTypeOptionsGraphqlTypeOptions.Builder of GraphqlTypeOptionsCopyright © 2022. All rights reserved.