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).
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
StartSchemaCreationResponse.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
,
SchemaStatus
StartSchemaCreationResponse.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
,
SchemaStatus
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.