public static interface StartSchemaCreationResponse.Builder extends AppSyncResponse.Builder, CopyableBuilder<StartSchemaCreationResponse.Builder,StartSchemaCreationResponse>
| Modifier and Type | Method and Description |
|---|---|
StartSchemaCreationResponse.Builder |
status(SchemaStatus status)
The current state of the schema (PROCESSING, ACTIVE, or DELETING).
|
StartSchemaCreationResponse.Builder |
status(String status)
The current state of the schema (PROCESSING, ACTIVE, or DELETING).
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildStartSchemaCreationResponse.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,
SchemaStatusStartSchemaCreationResponse.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,
SchemaStatusCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.