@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:03.135Z") @Stability(value=Experimental) public interface NoneDataSourceProps extends software.amazon.jsii.JsiiSerializable, BaseDataSourceProps
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.*;
GraphqlApi graphqlApi;
NoneDataSourceProps noneDataSourceProps = NoneDataSourceProps.builder()
.api(graphqlApi)
// the properties below are optional
.description("description")
.name("name")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
NoneDataSourceProps.Builder
A builder for
NoneDataSourceProps |
static class |
NoneDataSourceProps.Jsii$Proxy
An implementation for
NoneDataSourceProps |
| Modifier and Type | Method and Description |
|---|---|
static NoneDataSourceProps.Builder |
builder() |
getApi, getDescription, getName@Stability(value=Experimental) static NoneDataSourceProps.Builder builder()
builder in interface BaseDataSourcePropsNoneDataSourceProps.Builder of NoneDataSourcePropsCopyright © 2022. All rights reserved.