JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.amplifyuibuilder.model

Class GraphQLRenderConfig

    • Constructor Detail

      • GraphQLRenderConfig

        public GraphQLRenderConfig()
    • Method Detail

      • setTypesFilePath

        public void setTypesFilePath(String typesFilePath)

        The 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.
      • getTypesFilePath

        public String getTypesFilePath()

        The path to the GraphQL types file, relative to the component output directory.

        Returns:
        The path to the GraphQL types file, relative to the component output directory.
      • withTypesFilePath

        public GraphQLRenderConfig withTypesFilePath(String typesFilePath)

        The 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.
      • setQueriesFilePath

        public void setQueriesFilePath(String queriesFilePath)

        The 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.
      • getQueriesFilePath

        public String getQueriesFilePath()

        The path to the GraphQL queries file, relative to the component output directory.

        Returns:
        The path to the GraphQL queries file, relative to the component output directory.
      • withQueriesFilePath

        public GraphQLRenderConfig withQueriesFilePath(String queriesFilePath)

        The 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.
      • setMutationsFilePath

        public void setMutationsFilePath(String mutationsFilePath)

        The 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.
      • getMutationsFilePath

        public String getMutationsFilePath()

        The path to the GraphQL mutations file, relative to the component output directory.

        Returns:
        The path to the GraphQL mutations file, relative to the component output directory.
      • withMutationsFilePath

        public GraphQLRenderConfig withMutationsFilePath(String mutationsFilePath)

        The 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.
      • setSubscriptionsFilePath

        public void setSubscriptionsFilePath(String subscriptionsFilePath)

        The 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.
      • getSubscriptionsFilePath

        public String getSubscriptionsFilePath()

        The path to the GraphQL subscriptions file, relative to the component output directory.

        Returns:
        The path to the GraphQL subscriptions file, relative to the component output directory.
      • withSubscriptionsFilePath

        public GraphQLRenderConfig withSubscriptionsFilePath(String subscriptionsFilePath)

        The 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.
      • setFragmentsFilePath

        public void setFragmentsFilePath(String fragmentsFilePath)

        The 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.
      • getFragmentsFilePath

        public String getFragmentsFilePath()

        The path to the GraphQL fragments file, relative to the component output directory.

        Returns:
        The path to the GraphQL fragments file, relative to the component output directory.
      • withFragmentsFilePath

        public GraphQLRenderConfig withFragmentsFilePath(String fragmentsFilePath)

        The 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.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /