Uses of Interface
software.amazon.awssdk.services.appsync.model.StartSchemaCreationResponse.Builder
-
Packages that use StartSchemaCreationResponse.Builder Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of StartSchemaCreationResponse.Builder in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return StartSchemaCreationResponse.Builder Modifier and Type Method Description static StartSchemaCreationResponse.BuilderStartSchemaCreationResponse. builder()StartSchemaCreationResponse.BuilderStartSchemaCreationResponse.Builder. status(String status)The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE).StartSchemaCreationResponse.BuilderStartSchemaCreationResponse.Builder. status(SchemaStatus status)The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE).StartSchemaCreationResponse.BuilderStartSchemaCreationResponse. toBuilder()Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type StartSchemaCreationResponse.Builder Modifier and Type Method Description static Class<? extends StartSchemaCreationResponse.Builder>StartSchemaCreationResponse. serializableBuilderClass()
-