public static interface GetSchemaCreationStatusResponse.Builder extends AppSyncResponse.Builder, SdkPojo, CopyableBuilder<GetSchemaCreationStatusResponse.Builder,GetSchemaCreationStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
GetSchemaCreationStatusResponse.Builder |
details(String details)
Detailed information about the status of the schema creation operation.
|
GetSchemaCreationStatusResponse.Builder |
status(SchemaStatus status)
The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE).
|
GetSchemaCreationStatusResponse.Builder |
status(String status)
The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE).
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSchemaCreationStatusResponse.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,
SchemaStatusGetSchemaCreationStatusResponse.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,
SchemaStatusGetSchemaCreationStatusResponse.Builder details(String details)
Detailed information about the status of the schema creation operation.
details - Detailed information about the status of the schema creation operation.Copyright © 2023. All rights reserved.