Interface GetBackendApiModelsResponse.Builder
-
- All Superinterfaces:
AmplifyBackendResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetBackendApiModelsResponse.Builder,GetBackendApiModelsResponse>,SdkBuilder<GetBackendApiModelsResponse.Builder,GetBackendApiModelsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetBackendApiModelsResponse
public static interface GetBackendApiModelsResponse.Builder extends AmplifyBackendResponse.Builder, SdkPojo, CopyableBuilder<GetBackendApiModelsResponse.Builder,GetBackendApiModelsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetBackendApiModelsResponse.BuildermodelIntrospectionSchema(String modelIntrospectionSchema)Stringified JSON of the model introspection schema for an existing backend API resource.GetBackendApiModelsResponse.Buildermodels(String models)Stringified JSON of the datastore model.GetBackendApiModelsResponse.Builderstatus(String status)The current status of the request.GetBackendApiModelsResponse.Builderstatus(Status status)The current status of the request.-
Methods inherited from interface software.amazon.awssdk.services.amplifybackend.model.AmplifyBackendResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
models
GetBackendApiModelsResponse.Builder models(String 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
GetBackendApiModelsResponse.Builder status(String status)
The current status of the request.
-
status
GetBackendApiModelsResponse.Builder status(Status status)
The current status of the request.
-
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.
-
-