public static interface StartSchemaCreationResponse.Builder extends AppSyncResponse.Builder, SdkPojo, CopyableBuilder<StartSchemaCreationResponse.Builder,StartSchemaCreationResponse>
| Modifier and Type | Method and Description |
|---|---|
StartSchemaCreationResponse.Builder |
status(SchemaStatus status)
The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE).
|
StartSchemaCreationResponse.Builder |
status(String status)
The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE).
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartSchemaCreationResponse.Builder status(String status)
The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). When the schema is in the ACTIVE state, you can add data.
status - The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). When the schema is
in the ACTIVE state, you can add data.SchemaStatus,
SchemaStatusStartSchemaCreationResponse.Builder status(SchemaStatus status)
The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). When the schema is in the ACTIVE state, you can add data.
status - The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). When the schema is
in the ACTIVE state, you can add data.SchemaStatus,
SchemaStatusCopyright © 2023. All rights reserved.