Interface StartSchemaCreationResponse.Builder

All Superinterfaces:
AppSyncResponse.Builder, AwsResponse.Builder, Buildable, CopyableBuilder<StartSchemaCreationResponse.Builder,StartSchemaCreationResponse>, SdkBuilder<StartSchemaCreationResponse.Builder,StartSchemaCreationResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
StartSchemaCreationResponse

public static interface StartSchemaCreationResponse.Builder extends AppSyncResponse.Builder, SdkPojo, CopyableBuilder<StartSchemaCreationResponse.Builder,StartSchemaCreationResponse>
  • Method Details

    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: