Interface GetDataSourceIntrospectionRequest.Builder

    • Method Detail

      • introspectionId

        GetDataSourceIntrospectionRequest.Builder introspectionId​(String introspectionId)

        The introspection ID. Each introspection contains a unique ID that can be used to reference the instrospection record.

        Parameters:
        introspectionId - The introspection ID. Each introspection contains a unique ID that can be used to reference the instrospection record.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • includeModelsSDL

        GetDataSourceIntrospectionRequest.Builder includeModelsSDL​(Boolean includeModelsSDL)

        A boolean flag that determines whether SDL should be generated for introspected types or not. If set to true, each model will contain an sdl property that contains the SDL for that type. The SDL only contains the type data and no additional metadata or directives.

        Parameters:
        includeModelsSDL - A boolean flag that determines whether SDL should be generated for introspected types or not. If set to true, each model will contain an sdl property that contains the SDL for that type. The SDL only contains the type data and no additional metadata or directives.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetDataSourceIntrospectionRequest.Builder nextToken​(String nextToken)

        Determines the number of types to be returned in a single response before paginating. This value is typically taken from nextToken value from the previous response.

        Parameters:
        nextToken - Determines the number of types to be returned in a single response before paginating. This value is typically taken from nextToken value from the previous response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        GetDataSourceIntrospectionRequest.Builder maxResults​(Integer maxResults)

        The maximum number of introspected types that will be returned in a single response.

        Parameters:
        maxResults - The maximum number of introspected types that will be returned in a single response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.