public static interface GetSchemaCreationStatusResponse.Builder extends AppSyncResponse.Builder, 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, ACTIVE, or DELETING).
|
GetSchemaCreationStatusResponse.Builder |
status(String status)
The current state of the schema (PROCESSING, ACTIVE, or DELETING).
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetSchemaCreationStatusResponse.Builder status(String status)
The current state of the schema (PROCESSING, ACTIVE, or DELETING). Once the schema is in the ACTIVE state, you can add data.
status - The current state of the schema (PROCESSING, ACTIVE, or DELETING). Once the schema is in the ACTIVE
state, you can add data.SchemaStatus,
SchemaStatusGetSchemaCreationStatusResponse.Builder status(SchemaStatus status)
The current state of the schema (PROCESSING, ACTIVE, or DELETING). Once the schema is in the ACTIVE state, you can add data.
status - The current state of the schema (PROCESSING, ACTIVE, or DELETING). Once 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.