Interface GetBackendApiModelsResponse.Builder

All Superinterfaces:
AmplifyBackendResponse.Builder, AwsResponse.Builder, Buildable, CopyableBuilder<GetBackendApiModelsResponse.Builder,GetBackendApiModelsResponse>, SdkBuilder<GetBackendApiModelsResponse.Builder,GetBackendApiModelsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetBackendApiModelsResponse

  • Method Details

    • models

      Stringified JSON of the datastore model.

      Parameters:
      models - Stringified JSON of the datastore model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the request.

      Parameters:
      status - The current status of the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the request.

      Parameters:
      status - The current status of the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • modelIntrospectionSchema

      GetBackendApiModelsResponse.Builder modelIntrospectionSchema(String modelIntrospectionSchema)

      Stringified JSON of the model introspection schema for an existing backend API resource.

      Parameters:
      modelIntrospectionSchema - Stringified JSON of the model introspection schema for an existing backend API resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.