Interface GetSchemaCreationStatusResponse.Builder

    • Method Detail

      • status

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

        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:
        SchemaStatus, SchemaStatus
      • status

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

        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:
        SchemaStatus, SchemaStatus
      • details

        GetSchemaCreationStatusResponse.Builder details​(String details)

        Detailed information about the status of the schema creation operation.

        Parameters:
        details - Detailed information about the status of the schema creation operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.