Interface GraphQLRenderConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<GraphQLRenderConfig.Builder,,- GraphQLRenderConfig> - SdkBuilder<GraphQLRenderConfig.Builder,,- GraphQLRenderConfig> - SdkPojo
- Enclosing class:
- GraphQLRenderConfig
@Mutable
@NotThreadSafe
public static interface GraphQLRenderConfig.Builder
extends SdkPojo, CopyableBuilder<GraphQLRenderConfig.Builder,GraphQLRenderConfig> 
- 
Method SummaryModifier and TypeMethodDescriptionfragmentsFilePath(String fragmentsFilePath) The path to the GraphQL fragments file, relative to the component output directory.mutationsFilePath(String mutationsFilePath) The path to the GraphQL mutations file, relative to the component output directory.queriesFilePath(String queriesFilePath) The path to the GraphQL queries file, relative to the component output directory.subscriptionsFilePath(String subscriptionsFilePath) The path to the GraphQL subscriptions file, relative to the component output directory.typesFilePath(String typesFilePath) The path to the GraphQL types file, relative to the component output directory.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
typesFilePathThe path to the GraphQL types file, relative to the component output directory. - Parameters:
- typesFilePath- The path to the GraphQL types file, relative to the component output directory.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
queriesFilePathThe path to the GraphQL queries file, relative to the component output directory. - Parameters:
- queriesFilePath- The path to the GraphQL queries file, relative to the component output directory.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
mutationsFilePathThe path to the GraphQL mutations file, relative to the component output directory. - Parameters:
- mutationsFilePath- The path to the GraphQL mutations file, relative to the component output directory.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
subscriptionsFilePathThe path to the GraphQL subscriptions file, relative to the component output directory. - Parameters:
- subscriptionsFilePath- The path to the GraphQL subscriptions file, relative to the component output directory.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
fragmentsFilePathThe path to the GraphQL fragments file, relative to the component output directory. - Parameters:
- fragmentsFilePath- The path to the GraphQL fragments file, relative to the component output directory.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-