| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ApiConfiguration |
ReactStartCodegenJobData.apiConfiguration()
The API configuration for the code generation job.
|
static ApiConfiguration |
ApiConfiguration.fromDataStoreConfig(Consumer<DataStoreRenderConfig.Builder> dataStoreConfig)
Create an instance of this class with
dataStoreConfig() initialized to the given value. |
static ApiConfiguration |
ApiConfiguration.fromDataStoreConfig(DataStoreRenderConfig dataStoreConfig)
Create an instance of this class with
dataStoreConfig() initialized to the given value. |
static ApiConfiguration |
ApiConfiguration.fromGraphQLConfig(Consumer<GraphQLRenderConfig.Builder> graphQLConfig)
Create an instance of this class with
graphQLConfig() initialized to the given value. |
static ApiConfiguration |
ApiConfiguration.fromGraphQLConfig(GraphQLRenderConfig graphQLConfig)
Create an instance of this class with
graphQLConfig() initialized to the given value. |
static ApiConfiguration |
ApiConfiguration.fromNoApiConfig(Consumer<NoApiRenderConfig.Builder> noApiConfig)
Create an instance of this class with
noApiConfig() initialized to the given value. |
static ApiConfiguration |
ApiConfiguration.fromNoApiConfig(NoApiRenderConfig noApiConfig)
Create an instance of this class with
noApiConfig() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
ReactStartCodegenJobData.Builder |
ReactStartCodegenJobData.Builder.apiConfiguration(ApiConfiguration apiConfiguration)
The API configuration for the code generation job.
|
Copyright © 2023. All rights reserved.